public class HTMLSAXParser
extends org.apache.xerces.parsers.AbstractSAXParser
ALLOW_UE_AND_NOTATION_EVENTS, DECLARATION_HANDLER, DOM_NODE, fContentHandler, fDeclaredAttrs, fDeclHandler, fDocumentHandler, fDTDHandler, fLexicalHandler, fLexicalHandlerParameterEntities, fNamespaceContext, fNamespacePrefixes, fNamespaces, fParseInProgress, fQName, fResolveDTDURIs, fStandalone, fUseEntityResolver2, fVersion, fXMLNSURIs, LEXICAL_HANDLER, NAMESPACES, STRING_INTERNINGfDocumentSource, fDTDContentModelSource, fDTDSource, fInDTDENTITY_RESOLVER, ERROR_HANDLER, fConfiguration| Constructor and Description |
|---|
HTMLSAXParser() |
HTMLSAXParser(org.apache.xerces.xni.parser.XMLParserConfiguration parserConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(org.apache.xerces.xni.XMLString xmlString,
org.apache.xerces.xni.Augmentations augmentations) |
String |
getContents()
Returns parsed content
|
void |
startDocument(org.apache.xerces.xni.XMLLocator arg0,
String arg1,
org.apache.xerces.xni.NamespaceContext arg2,
org.apache.xerces.xni.Augmentations arg3) |
attributeDecl, comment, doctypeDecl, elementDecl, endCDATA, endDocument, endDTD, endElement, endExternalSubset, endGeneralEntity, endNamespaceMapping, endParameterEntity, externalEntityDecl, getAttributePSVI, getAttributePSVIByName, getContentHandler, getDeclHandler, getDTDHandler, getElementPSVI, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getProperty, ignorableWhitespace, internalEntityDecl, notationDecl, parse, parse, processingInstruction, reset, setContentHandler, setDeclHandler, setDocumentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setLocale, setProperty, startCDATA, startElement, startExternalSubset, startGeneralEntity, startNamespaceMapping, startParameterEntity, unparsedEntityDecl, xmlDeclany, element, empty, emptyElement, endAttlist, endConditional, endContentModel, endGroup, getDocumentSource, getDTDContentModelSource, getDTDSource, ignoredCharacters, occurrence, pcdata, separator, setDocumentSource, setDTDContentModelSource, setDTDSource, startAttlist, startConditional, startContentModel, startDTD, startGroup, textDeclpublic HTMLSAXParser()
public HTMLSAXParser(org.apache.xerces.xni.parser.XMLParserConfiguration parserConfig)
public void startDocument(org.apache.xerces.xni.XMLLocator arg0,
String arg1,
org.apache.xerces.xni.NamespaceContext arg2,
org.apache.xerces.xni.Augmentations arg3)
throws org.apache.xerces.xni.XNIException
startDocument in interface org.apache.xerces.xni.XMLDocumentHandlerstartDocument in class org.apache.xerces.parsers.AbstractSAXParserorg.apache.xerces.xni.XNIExceptionpublic void characters(org.apache.xerces.xni.XMLString xmlString,
org.apache.xerces.xni.Augmentations augmentations)
throws org.apache.xerces.xni.XNIException
characters in interface org.apache.xerces.xni.XMLDocumentHandlercharacters in class org.apache.xerces.parsers.AbstractSAXParserorg.apache.xerces.xni.XNIExceptionpublic String getContents()
Copyright © 2008-2014 Logical Objects. All Rights Reserved.