Interface PseudoSAXParser.Handler

    • Method Detail

      • startDocument

        void startDocument​(org.w3c.dom.Document document)
      • endDocument

        void endDocument​(org.w3c.dom.Document document)
      • startElement

        void startElement​(org.w3c.dom.Element element)
      • endElement

        void endElement​(org.w3c.dom.Element elemen)
      • processingInstruction

        void processingInstruction​(org.w3c.dom.ProcessingInstruction processingInstruction)