public class HTMLBuilder extends SAXBuilder implements DocumentHandler, DTDHandler
_current, _document, _preRootNodes| Constructor and Description |
|---|
HTMLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
cdataSection(String text) |
void |
entityReference(String text) |
org.w3c.dom.html.HTMLDocument |
getHTMLDocument() |
void |
notationDecl(String name,
String publicID,
String systemID) |
void |
setDocumentType(String qualifiedName,
String publicID,
String systemID) |
void |
startElement(String tagName,
AttributeList attrList) |
void |
unparsedEntityDecl(String name,
String publicID,
String systemID,
String notation) |
createDocument, endElementcharacters, characters, comment, endDocument, getDocument, getNamespaceURI, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocumentpublic void startElement(String tagName, AttributeList attrList) throws SAXException
startElement in interface DocumentHandlerstartElement in class SAXBuilderSAXExceptionpublic void cdataSection(String text) throws SAXException
cdataSection in interface DocumentHandlerExcdataSection in class SAXBuilderSAXExceptionpublic void entityReference(String text) throws SAXException
entityReference in interface DocumentHandlerExentityReference in class SAXBuilderSAXExceptionpublic void setDocumentType(String qualifiedName, String publicID, String systemID) throws SAXException
setDocumentType in interface DocumentHandlerExsetDocumentType in class SAXBuilderSAXExceptionpublic void notationDecl(String name, String publicID, String systemID) throws SAXException
notationDecl in interface DTDHandlernotationDecl in class SAXBuilderSAXExceptionpublic void unparsedEntityDecl(String name, String publicID, String systemID, String notation) throws SAXException
unparsedEntityDecl in interface DTDHandlerunparsedEntityDecl in class SAXBuilderSAXExceptionpublic org.w3c.dom.html.HTMLDocument getHTMLDocument()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.