Package com.saxonica.ee.domino
Class DominoTreeModel.DominoBuilder
- java.lang.Object
- 
- net.sf.saxon.event.Builder
- 
- net.sf.saxon.dom.DOMWriter
- 
- com.saxonica.ee.domino.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
- 
- 
Field Summary- 
Fields inherited from class net.sf.saxon.event.BuilderAXIOM_TREE, baseURI, config, currentRoot, DOMINO_TREE, JDOM_TREE, JDOM2_TREE, lineNumbering, LINKED_TREE, MUTABLE_LINKED_TREE, namePool, open, started, timing, TINY_TREE, TINY_TREE_CONDENSED, uniformBaseURI, UNSPECIFIED_TREE_MODEL, useEventLocation
 
- 
 - 
Constructor SummaryConstructors Constructor Description DominoBuilder(PipelineConfiguration pipe)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeInfogetCurrentRoot()Get the current root node.- 
Methods inherited from class net.sf.saxon.dom.DOMWritercharacters, close, comment, endDocument, endElement, getDOMDocumentNode, getPipelineConfiguration, getSystemId, open, processingInstruction, setNextSibling, setNode, setPipelineConfiguration, setSystemId, setUnparsedEntity, startDocument, startElement, usesTypeAnnotations
 - 
Methods inherited from class net.sf.saxon.event.BuildergetBaseURI, getBuilderMonitor, getConfiguration, isTiming, isUseEventLocation, reset, setBaseURI, setLineNumbering, setTiming, setUseEventLocation
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.sf.saxon.event.Receiverappend, append, handlesAppend
 
- 
 
- 
- 
- 
Constructor Detail- 
DominoBuilderpublic DominoBuilder(PipelineConfiguration pipe) 
 
- 
 - 
Method Detail- 
getCurrentRootpublic 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:
- getCurrentRootin class- DOMWriter
- Returns:
- the root of the tree that is currently being built, or that has been most recently built using this builder
 
 
- 
 
-