Interface XmlSaxHandler

    • Method Detail

      • getContentHandler

        org.xml.sax.ContentHandler getContentHandler()
        The ContentHandler expecting SAX content events.
        See Also:
        ContentHandler
      • getLexicalHandler

        org.xml.sax.ext.LexicalHandler getLexicalHandler()
        The LexicalHandler expecting SAX lexical events.
        See Also:
        LexicalHandler
      • bookmarkLastEvent

        void bookmarkLastEvent​(XmlCursor.XmlBookmark mark)
        Insert a bookmark before the token associated with the last SAX event.
      • bookmarkLastAttr

        void bookmarkLastAttr​(javax.xml.namespace.QName attrName,
                              XmlCursor.XmlBookmark mark)
        Insert a bookmark before the attr token associated with the last SAX element event.