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

      • parseCommentElemTypeDecl

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

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