Interface DOMForest.Handler

  • All Superinterfaces:
    org.xml.sax.ContentHandler
    Enclosing class:
    DOMForest

    public static interface DOMForest.Handler
    extends org.xml.sax.ContentHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document getDocument()
      Gets the DOM that was built.
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Method Detail

      • getDocument

        org.w3c.dom.Document getDocument()
        Gets the DOM that was built.