Package com.icl.saxon.om


package com.icl.saxon.om
  • Class
    Description
    This class is an abstract implementation of the Saxon NodeInfo interface; it also contains concrete implementations of most of the DOM methods in terms of the NodeInfo methods.
    An axis, that is a direction of navigation in the document structure.
    A NodeEnumeration is used to iterate over a list of nodes.
    The abstract Builder class is responsible for taking a stream of SAX events and constructing a Document tree.
    Implementation of JAXP 1.3 DocumentBuilderFactory.
     
    The root node of an XPath tree.
    An object representing the collection of documents handled during a single transformation
    EmptyEnumeration: an enumeration of an empty node-set
    This class, a remnant of its former self, exists to contain some static methods for validating the syntax of names.
    An object representing a collection of XML names, each containing a Namespace URI, a Namespace prefix, and a local name; plus a collection of namespaces, each consisting of a prefix/URI pair.
    An object representing a Namespace
    A NamespaceException represents an error condition whereby a QName (e.g.
    Navigator provides helper classes for navigating a tree, irrespective of its implementation
    A NodeEnumeration is used to iterate over a list of nodes.
    A node in the XML parse tree representing an XML element, character content, or attribute.
    An iterator over nodes, that prepends a given node to the nodes returned by another iterator.
    ProcInstParser is used to parse pseudo-attributes within Processing Instructions
    SingletonEnumeration: an enumeration of zero or one nodes
    The Stripper class maintains details of which elements need to be stripped.
    This class defines the basic XML character properties.