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

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

Uses of NameTable in com.smallx.xml.infoset
 

Subinterfaces of NameTable in com.smallx.xml.infoset
 interface Infoset
          This interface represents an implementation context.
 

Methods in com.smallx.xml.infoset that return NameTable
static NameTable Name.getDefaultNameTable()
           
 

Methods in com.smallx.xml.infoset with parameters of type NameTable
 Name NamespaceScope.expandName(java.lang.String name, boolean useDefault, NameTable table)
           
 

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

Classes in com.smallx.xml.infoset.memory that implement NameTable
 class MemoryInfoset
           
 class MemoryNameTable
           
 

Methods in com.smallx.xml.infoset.memory that return NameTable
static NameTable MemoryNameTable.getDefaultNameTable()
           
 

Constructors in com.smallx.xml.infoset.memory with parameters of type NameTable
MemoryInfoset(NameTable shadowTable)