Uses of Interface
com.smallx.xml.infoset.Named

Packages that use Named
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
 

Uses of Named in com.smallx.xml.infoset
 

Subinterfaces of Named in com.smallx.xml.infoset
 interface Attribute
          This interface represents an attribute on an element.
 interface Element
          This interface represents an XML element.
 interface ElementEnd
          This interface represents an end of a element.
 interface ProcessingInstruction
          This interface represents a processing instruction.
 

Uses of Named in com.smallx.xml.infoset.memory
 

Classes in com.smallx.xml.infoset.memory that implement Named
 class MemoryAttribute
           
 class MemoryElement
           
 class MemoryElementEnd
           
 class MemoryProcessingInstruction