Class DominoTreeModel.DominoBuilder

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

    public static class DominoTreeModel.DominoBuilder
    extends DOMWriter
    A Builder class for the Domino tree model
    • Method Detail

      • getCurrentRoot

        public NodeInfo getCurrentRoot()
        Get the current root node. This will normally be a document node, but if the root of the tree is an element node, it can be an element.
        Overrides:
        getCurrentRoot in class DOMWriter
        Returns:
        the root of the tree that is currently being built, or that has been most recently built using this builder