Package net.sf.saxon.type.gnode


package net.sf.saxon.type.gnode
  • Class
    Description
    Class AnyGNodeType corresponds to the item type gnode().
    An AnyXNodeType corresponds to the item type node(), which matches any XNode.
    A DocumentNodeType implements the test document-node(element(~,~))
    Abstract superclass for all gnode types.
    NamedXNodeType is a node type corresponding to the syntax element(N, T) or attribute(N, T) or namespace(N) or processing-instruction(N).
    A NodeKindType matches one of the seven kinds of XNode.
    Marker interface for schema-element() and schema-attribute() node types
    Abstract superclass for all item types that match XNodes only.