Package com.saxonica.ee.stream.om


package com.saxonica.ee.stream.om

The package com.saxonica.ee.stream.om contains internal code to support executing of streaming templates in XSLT.

These classes will never be used by user-written applications.

The concept of a "fleeting node" is a node that is only transiently available during a streaming pass over a document. It implements the NodeInfo interface to a sufficient extent to enable the operations that are allowed for pattern matching and template execution in a streaming mode.

  • Classes
    Class
    Description
    AttributeIterator iterates over all the attribute nodes of a streamed Element node.
    A Fleeting node (that is a transient node in a streamed document) that represents a document node
    Represents an element node available transiently within a streamed document
    A FleetingNode is a node that exists transiently in the course of streaming processing.
    A streamed document or element node.