Interface SGMLParser.XMLsGMLspecifica

  • Enclosing class:
    SGMLParser

    static interface SGMLParser.XMLsGMLspecifica
    Provides a bunch of methods fpr parsing with implementations specific to xml and sgml.
    • Method Detail

      • parseAttribute

        void parseAttribute​(SGMLParser.AttributesWrapper attributes)
                     throws java.io.IOException,
                            org.xml.sax.SAXException
        Parses one attribute and adds it to the given attribute list.
        Parameters:
        attributes - an AttributesImpl to which the attribute parsed is added.
        Throws:
        java.io.IOException - if an io-error occurs
        org.xml.sax.SAXException - if a syntactical error occurs
      • parseCommentElemTypeDecl

        void parseCommentElemTypeDecl()
                               throws java.io.IOException,
                                      org.xml.sax.SAXException
        Parses a comment or any declaration starting with <!... and notifying the handler.
        Throws:
        java.io.IOException - if an io-error occurs
        org.xml.sax.SAXException - if a syntactical error occurs
      • parseExtProcessingInstruction

        void parseExtProcessingInstruction()
                                    throws java.io.IOException,
                                           org.xml.sax.SAXException
        Parses a processing instruction or any declaration starting with <?... and notifying the handler.
        Throws:
        java.io.IOException - if an io-error occurs
        org.xml.sax.SAXException - if a syntactical error occurs