-
class
Iterator that returns the ancestors of a given node in document order.
final class
Iterator that returns attribute nodes (of what nodes?)
final class
Iterator that returns all immediate children of a given node
class
Iterator that returns the descendants of a given node.
class
Iterator that returns following nodes of for a given node.
class
Iterator that returns all siblings of a given node.
static class
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of
DTMAxisIterator.
class
Iterator that returns the namespace nodes as defined by the XPath data model for a given node.
final class
Iterator that returns the parent of a given node.
class
Iterator that returns preceding nodes of a given node.
class
Iterator that returns preceding siblings of a given node
class
Iterator that returns the root node as defined by the XPath data model for a given node.
class