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

Packages that use ItemConstructor
com.smallx.xml.component.standard   
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.infoset.sax   
com.smallx.xml.infoset.util   
com.smallx.xml.tools   
com.smallx.xml.xslt.xt   
com.smallx.xml.xslt.xt.transform   
 

Uses of ItemConstructor in com.smallx.xml.component.standard
 

Methods in com.smallx.xml.component.standard with parameters of type ItemConstructor
 void RemoveDocumentDestination.primeItemConstructor(ItemConstructor constructor)
           
 void RemoveDocumentDestination.closeElementsToLevel(ItemConstructor constructor, int toLevel)
           
 void RemoveDocumentDestination.closeElements(ItemConstructor constructor)
           
 

Uses of ItemConstructor in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return ItemConstructor
 ItemConstructor DestinationSource.createItemConstructor()
           
 ItemConstructor Infoset.createItemConstructor()
           
 

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

Methods in com.smallx.xml.infoset.memory that return ItemConstructor
 ItemConstructor MemoryInfoset.createItemConstructor()
           
 

Uses of ItemConstructor in com.smallx.xml.infoset.sax
 

Methods in com.smallx.xml.infoset.sax with parameters of type ItemConstructor
 void SAXEventGenerator.setItemConstructor(ItemConstructor constructor)
          Sets the context for event construction.
 

Uses of ItemConstructor in com.smallx.xml.infoset.util
 

Methods in com.smallx.xml.infoset.util that return ItemConstructor
 ItemConstructor XMLConstructor.getItemConstructor()
           
 

Methods in com.smallx.xml.infoset.util with parameters of type ItemConstructor
static Item ItemProperties.copyOf(ItemConstructor iconst, Item i)
           
static Item ItemProperties.copyOf(ItemConstructor iconst, Item i, boolean deep)
           
static Item ItemProperties.copyOf(ItemConstructor iconst, Item i, boolean deep, java.net.URI baseURI)
           
static Item ItemProperties.copyOfSubtree(ItemConstructor iconst, Item i)
           
static Item ItemProperties.copyOfSubtree(ItemConstructor iconst, Item i, java.net.URI baseURI)
           
static void ItemProperties.copyChildren(ItemConstructor iconst, Parent from, Parent to)
           
static void ItemProperties.copyChildren(ItemConstructor iconst, Parent from, Parent to, java.net.URI baseURI)
           
 

Constructors in com.smallx.xml.infoset.util with parameters of type ItemConstructor
XMLConstructor(ItemConstructor itemConstructor, ItemDestination dest)
           
 

Uses of ItemConstructor in com.smallx.xml.tools
 

Methods in com.smallx.xml.tools that return ItemConstructor
 ItemConstructor xslt.createItemConstructor()
           
 

Uses of ItemConstructor in com.smallx.xml.xslt.xt
 

Methods in com.smallx.xml.xslt.xt that return ItemConstructor
 ItemConstructor Result.getItemConstructor()
           
 

Uses of ItemConstructor in com.smallx.xml.xslt.xt.transform
 

Methods in com.smallx.xml.xslt.xt.transform that return ItemConstructor
 ItemConstructor Result2ItemDestination.getItemConstructor()
           
 

Constructors in com.smallx.xml.xslt.xt.transform with parameters of type ItemConstructor
Result2ItemDestination(java.net.URI baseURI, ItemConstructor constructor, ItemDestination dest)
          Creates a new instance of Result2ItemDestination