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, endElement
characters, characters, comment, endDocument, getDocument, getNamespaceURI, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument
public void startElement(String tagName, AttributeList attrList) throws SAXException
startElement
in interface DocumentHandler
startElement
in class SAXBuilder
SAXException
public void cdataSection(String text) throws SAXException
cdataSection
in interface DocumentHandlerEx
cdataSection
in class SAXBuilder
SAXException
public void entityReference(String text) throws SAXException
entityReference
in interface DocumentHandlerEx
entityReference
in class SAXBuilder
SAXException
public void setDocumentType(String qualifiedName, String publicID, String systemID) throws SAXException
setDocumentType
in interface DocumentHandlerEx
setDocumentType
in class SAXBuilder
SAXException
public void notationDecl(String name, String publicID, String systemID) throws SAXException
notationDecl
in interface DTDHandler
notationDecl
in class SAXBuilder
SAXException
public void unparsedEntityDecl(String name, String publicID, String systemID, String notation) throws SAXException
unparsedEntityDecl
in interface DTDHandler
unparsedEntityDecl
in class SAXBuilder
SAXException
public org.w3c.dom.html.HTMLDocument getHTMLDocument()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.