Package com.icl.saxon.tinytree


package com.icl.saxon.tinytree
  • Classes
    Class
    Description
    This class enumerates the ancestor:: or ancestor-or-self:: axes, starting at a given node.
    AttributeEnumeration is an enumeration of all the attribute nodes of an Element.
    This class supports both the descendant:: and descendant-or-self:: axes, which are identical except for the route to the first candidate node.
    Enumerate the following axis starting at a given node.
    Enumeration of the namespace nodes of an element
    Enumerate all the nodes on the preceding axis from a given start node.
    This class supports the preceding-sibling axis.
    This class supports both the child:: and following-sibling:: axes, which are identical except for the route to the first candidate node.
    A node in the XML parse tree representing an attribute.
    The TinyBuilder class is responsible for taking a stream of SAX events and constructing a Document tree, using the "TinyTree" implementation.
    TinyCommentImpl is an implementation of CommentInfo
    A node in the XML parse tree representing the Document itself (or equivalently, the root node of the Document).
    A node in the XML parse tree representing an XML element.
    A node in the XML parse tree representing a Namespace.
    A node in the XML parse tree representing an XML element, character content, or attribute.
    TinyParentNodeImpl is an implementation of a non-leaf node (specifically, an Element node or a Document node)
    TProcInstImpl is an implementation of ProcInstInfo
    A node in the XML parse tree representing character content