Uses of Interface
com.teamkonzept.dom4jb.saxon.AxisNode

Packages that use AxisNode
com.teamkonzept.dom4jb.saxon   
 

Uses of AxisNode in com.teamkonzept.dom4jb.saxon
 

Classes in com.teamkonzept.dom4jb.saxon that implement AxisNode
 class Attribute
           
 class Document
           
 class Element
           
 class Text
           
 

Methods in com.teamkonzept.dom4jb.saxon with parameters of type AxisNode
protected  void FollowingEnumeration.getDescandants(AxisNode node)
           
 RecyclableAxisEnumeration RecyclableAxisEnumeration.init(AxisNode start, boolean includeSelf, boolean forwards)
           
 

Constructors in com.teamkonzept.dom4jb.saxon with parameters of type AxisNode
DescendantEnumeration(AxisNode start, boolean includeSelf)
           
FollowingEnumeration(AxisNode start)
           
NamespaceEnumeration(AxisNode start)
           
ChildEnumeration(AxisNode start)
           
AncestorEnumeration(AxisNode start, boolean includeSelf)
           
SiblingEnumeration(AxisNode start, boolean forwards)
           
PrecedingEnumeration(AxisNode start, boolean withAncestors)
           
AttributeEnumeration(AxisNode start)
           
 



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