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.
-
Class Summary Class Description AttributeIterator AttributeIterator is an enumeration of all the attribute nodes of an Element.FleetingDocumentNode A Fleeting node (that is a transient node in a streamed document) that represents a document nodeFleetingElementNode Represents an element node available transiently within a streamed documentFleetingNode A FleetingNode is a node that exists transiently in the course of streaming processing.FleetingParentNode A streamed document or element node.