Class ElementCreatorFeed

  • All Implemented Interfaces:
    javax.xml.transform.Result, Receiver

    public class ElementCreatorFeed
    extends ComplexNodeEventFeed
    This event feed supports instructions that create a document or element node. The events representing the start and end of the element or document are written to the destination receiver during the open() and close() calls. Between these two calls, the child instruction representing the content of the document or element pushes its output to the same destination receiver.

    The instruction-dependent code is contained in the processLeft() and processRight() methods

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object