Uses of Class
org.mindswap.xmlparser.utils.AttributeList

Packages that use AttributeList
org.mindswap.rdfparser.rdf   
org.mindswap.xmlparser.utils   
org.mindswap.xmlparser.xml.tags   
 

Uses of AttributeList in org.mindswap.rdfparser.rdf
 

Methods in org.mindswap.rdfparser.rdf that return AttributeList
 AttributeList RDFResource.getAttributes()
          Gets the attributes associated with this resource.

 

Methods in org.mindswap.rdfparser.rdf with parameters of type AttributeList
 void RDFResource.addAttributes(AttributeList list)
          Adds all attributes in the list to this resource.

 void RDFResource.setAttributes(AttributeList a)
          Sets the attributes associted with this resource.

 

Uses of AttributeList in org.mindswap.xmlparser.utils
 

Methods in org.mindswap.xmlparser.utils that return AttributeList
 AttributeList TagItems.getAttrs()
           
 

Constructors in org.mindswap.xmlparser.utils with parameters of type AttributeList
TagItems(java.lang.String name, AttributeList h, java.util.Vector v, java.lang.String s)
           
 

Uses of AttributeList in org.mindswap.xmlparser.xml.tags
 

Methods in org.mindswap.xmlparser.xml.tags that return AttributeList
 AttributeList XMLTag.getAttrs()
           
 

Methods in org.mindswap.xmlparser.xml.tags with parameters of type AttributeList
 void XMLTag.setAttrs(AttributeList h)
           
 

Constructors in org.mindswap.xmlparser.xml.tags with parameters of type AttributeList
XMLTag(AttributeList h)
           
XMLTag(AttributeList h, java.util.Vector v)
           
XMLTag(AttributeList h, java.lang.String s)
           
XMLTag(AttributeList h, java.util.Vector v, java.lang.String s)
           
XMLTagImpl(java.lang.String n, AttributeList h)
           
XMLTagImpl(java.lang.String n, AttributeList h, java.util.Vector v)
           
XMLTagImpl(java.lang.String n, AttributeList h, java.lang.String s)
           
XMLTagImpl(java.lang.String n, AttributeList h, java.util.Vector v, java.lang.String s)