Interface ContentFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.xml.sax.ContentHandler getParent()  
      void setParent​(org.xml.sax.ContentHandler parent)  
      • Methods inherited from interface org.xml.sax.ContentHandler

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

      • setParent

        void setParent​(org.xml.sax.ContentHandler parent)
      • getParent

        org.xml.sax.ContentHandler getParent()