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

Packages that use Parent
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.infoset.util   
 

Uses of Parent in com.smallx.xml.infoset
 

Subinterfaces of Parent in com.smallx.xml.infoset
 interface Document
          This interface represents an XML document.
 interface Element
          This interface represents an XML element.
 

Methods in com.smallx.xml.infoset that return Parent
 Parent Child.getParent()
          Returns the origin of this node.
 Parent Item.getOrigin()
          Returns the origin of this node.
 

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

Classes in com.smallx.xml.infoset.memory that implement Parent
 class MemoryDocument
           
 class MemoryElement
           
 class MemoryParent
           
 

Fields in com.smallx.xml.infoset.memory declared as Parent
protected  Parent MemoryItem.origin
           
 

Methods in com.smallx.xml.infoset.memory that return Parent
 Parent MemoryCharacters.getParent()
           
 Parent MemoryComment.getParent()
           
 Parent MemoryItem.getOrigin()
           
 Parent MemoryParent.getParent()
           
 Parent MemoryProcessingInstruction.getParent()
           
 

Constructors in com.smallx.xml.infoset.memory with parameters of type Parent
MemoryAttribute(Infoset infoset, Parent origin, Name name, java.lang.String textValue, java.lang.Object typedValue)
           
MemoryCharacters(Infoset infoset, Parent origin, java.lang.String textValue, java.lang.Object typedValue)
           
MemoryComment(Infoset infoset, Parent origin, java.lang.String textValue)
          Creates a new instance of MemoryComment
MemoryElement(Infoset infoset, java.net.URI base, Parent origin, Name name)
           
MemoryItem(Infoset infoset, double ranking, Parent origin)
           
MemoryParent(Infoset infoset, double ranking, java.net.URI base, Parent origin)
           
MemoryProcessingInstruction(Infoset infoset, Parent origin, Name name, java.lang.String textValue)
          Creates a new instance of MemoryProcessingInstruction
MemoryTextDataItem(Infoset infoset, Parent origin)
          Creates a new instance of MemoryDataItem
 

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

Methods in com.smallx.xml.infoset.util with parameters of type Parent
static void DocumentSource.generate(Parent item, boolean makeDocument, ItemDestination dest)
           
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 Parent
DocumentSource(Parent top, boolean makeDocument)
          Creates a new instance of DocumentSource