Uses of Class
com.teamkonzept.dom4jb.dom.Node

Packages that use Node
com.teamkonzept.dom4jb.dom   
com.teamkonzept.dom4jb.dom.filter   
com.teamkonzept.dom4jb.saxon   
com.teamkonzept.dom4jb.schema   
 

Uses of Node in com.teamkonzept.dom4jb.dom
 

Subclasses of Node in com.teamkonzept.dom4jb.dom
 class Attribute
           
 class CDATA
           
 class CharacterData
           
 class Document
           
 class DocumentType
          %TODO% ALLES
 class Element
           
 class NamedNode
           
 class Text
           
 

Fields in com.teamkonzept.dom4jb.dom declared as Node
protected  Node[] NodeList.nodeData
          The array buffer into which the elements of the NodeList are stored.
protected  Node NodeList.parent
          The parent node of all nodes stored in this nodelist
 

Methods in com.teamkonzept.dom4jb.dom that return Node
 Node NodeList.get(int index)
          Returns the indexth item in the collection.
 Node FilteredNodeList.get(int index)
          Returns the indexth item in the collection.
 Node Document.adoptNode(Node node)
           
 

Methods in com.teamkonzept.dom4jb.dom with parameters of type Node
 boolean NodeList.add(Node o)
          Appends the specified element to the end of this list.
 void NodeList.setParentNode(Node parent)
           
protected  void Node.attach(int position, Node parent)
           
 Node Document.adoptNode(Node node)
           
 boolean Filter.match(Node obj)
          ' Visitor-Pattern Das Content-Objekt sorgt dafür. daß der richtige-Match-Operator aufgerufen wird.
 

Constructors in com.teamkonzept.dom4jb.dom with parameters of type Node
NodeList(Node parent)
           
NodeList(Node parent, ContentIterator iterator)
          Constructs an node list
NamedNode(Document document, Node parent, NodeName name)
          Creates new NamedNode
NamedNodeMap(Node parent, ContentIterator iterator)
          Creates new NamedNodeMap
Node(Document document, Node parent)
           
 

Uses of Node in com.teamkonzept.dom4jb.dom.filter
 

Methods in com.teamkonzept.dom4jb.dom.filter with parameters of type Node
 boolean NoopFilter.match(Node obj)
           
 

Uses of Node in com.teamkonzept.dom4jb.saxon
 

Methods in com.teamkonzept.dom4jb.saxon that return Node
 Node DescendantAxisIterator.next()
           
 

Methods in com.teamkonzept.dom4jb.saxon with parameters of type Node
 boolean DescendantAxis.add(Node node)
          Appends the specified element to the end of this list.
 

Uses of Node in com.teamkonzept.dom4jb.schema
 

Fields in com.teamkonzept.dom4jb.schema declared as Node
protected  Node CollectionAdapterIterator.nextNode
           
protected  Node SequenceIterator.nextNode
           
 

Methods in com.teamkonzept.dom4jb.schema that return Node
 Node CDATADescriptor.getContent(Document document, Object bean)
           
 Node ElementDescriptor.getContent(Document document, Object bean)
           
 Node CollectionAdapterIterator.next()
           
 Node CollectionAdapter.ContentAdapter.getContent(Document doc, Object bean)
           
 Node CollectionAdapter.ElementAdapter.getContent(Document doc, Object obj)
           
 Node CollectionAdapter.AttributeAdapter.getContent(Document doc, Object bean)
           
 Node AttributeDescriptor.getContent(Document document, Object bean)
           
 Node TextDescriptor.getContent(Document document, Object bean)
           
 Node Groupable.getContent(Document doc, Object bean)
           
 Node ContentIterator.next()
           
 Node SequenceIterator.next()
           
 Node GroupDescriptor.getContent(Document doc, Object bean)
           
 



Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.