Uses of Class
gnu.kawa.xml.AttributeType

Packages that use AttributeType
gnu.kawa.xml Classes for using XML within Kawa. 
 

Uses of AttributeType in gnu.kawa.xml
 

Methods in gnu.kawa.xml that return AttributeType
static AttributeType AttributeType.make(java.lang.String namespaceURI, java.lang.String localName)
           
static AttributeType AttributeType.make(Symbol qname)