Package net.sf.saxon.s9api.push


package net.sf.saxon.s9api.push

This package contains an API for lightweight document construction. The objects created are immutable; they do not directly implement the NodeInfo interface, but create a data structure that can be easily converted to a NodeInfo tree when construction is complete.

  • Interfaces
    Class
    Description
    The Container interface represents a document node or element node under construction; there are concrete subclasses representing document nodes and element nodes respectively.
    A Container representing a document node.
    A Container representing an element node.
    An interface designed for applications to generate XML documents by issuing events.