org.apache.cocoon.sax.util
Class SAXEventsBuilder.Attribute

java.lang.Object
  extended by org.apache.cocoon.sax.util.SAXEventsBuilder.Attribute
Enclosing class:
SAXEventsBuilder

public static final class SAXEventsBuilder.Attribute
extends Object


Method Summary
 String getLocalName()
           
 String getqName()
           
 String getType()
           
 String getUri()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUri

public String getUri()

getLocalName

public String getLocalName()

getqName

public String getqName()

getType

public String getType()

getValue

public String getValue()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.