com.smallx.xml.infoset
Interface Infoset

All Superinterfaces:
NameTable
All Known Implementing Classes:
MemoryInfoset

public interface Infoset
extends NameTable

This interface represents an implementation context. It provides the facilities to create documents, elements, names, and namespaces.


Method Summary
 ItemConstructor createItemConstructor()
           
 
Methods inherited from interface com.smallx.xml.infoset.NameTable
createName, createName, createNamespace
 

Method Detail

createItemConstructor

public ItemConstructor createItemConstructor()