static interface SGMLParser.XMLsGMLspecifica
| Modifier and Type | Method and Description |
|---|---|
void |
parseAttribute(SGMLParser.AttributesWrapper attributes)
Parses one attribute and adds it to the given attribute list.
|
void |
parseCommentElemTypeDecl()
Parses a comment or any declaration
starting with
|
void |
parseExtProcessingInstruction()
Parses a processing instruction or any declaration
starting with
... |
void parseAttribute(SGMLParser.AttributesWrapper attributes) throws IOException, SAXException
attributes - an AttributesImpl
to which the attribute parsed is added.IOException - if an io-error occursSAXException - if a syntactical error occursvoid parseCommentElemTypeDecl()
throws IOException,
SAXException
and notifying the handler.IOException - if an io-error occursSAXException - if a syntactical error occursvoid parseExtProcessingInstruction()
throws IOException,
SAXException
... and notifying the handler.IOException - if an io-error occursSAXException - if a syntactical error occursCopyright © 2012–2018 Simuline Organization (l2r). All rights reserved.