Package nu.validator.htmlparser.sax
Class InfosetCoercingHtmlParser
- java.lang.Object
-
- nu.validator.htmlparser.sax.HtmlParser
-
- nu.validator.htmlparser.sax.InfosetCoercingHtmlParser
-
- All Implemented Interfaces:
org.xml.sax.XMLReader
public class InfosetCoercingHtmlParser extends HtmlParser
This subclass ofHtmlParsersimply provides a no-argument constructor that calls the constructor of the superclass with theALTER_INFOSETpolicy. This is convenient when another Java component wants an implementation ofXMLReaderwith a no-argument constructor and infoset coercion is the wanted behavior.- Version:
- $Id$
- Author:
- hsivonen
-
-
Constructor Summary
Constructors Constructor Description InfosetCoercingHtmlParser()A constructor that passesALTER_INFOSETto the superclass' constructor.
-
Method Summary
-
Methods inherited from class nu.validator.htmlparser.sax.HtmlParser
addCharacterHandler, getBogusXmlnsPolicy, getCommentPolicy, getContentHandler, getContentNonXmlCharPolicy, getContentSpacePolicy, getDoctypeExpectation, getDocumentLocator, getDocumentModeHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getHeuristics, getLexicalHandler, getNamePolicy, getProperty, getStreamabilityViolationPolicy, getXmlnsPolicy, isCheckingNormalization, isHtml4ModeCompatibleWithXhtml1Schemata, isMappingLangToXmlLang, isReportingDoctype, isScriptingEnabled, parse, parse, parseFragment, setBogusXmlnsPolicy, setCheckingNormalization, setCommentPolicy, setContentHandler, setContentNonXmlCharPolicy, setContentSpacePolicy, setDoctypeExpectation, setDocumentModeHandler, setDTDHandler, setEntityResolver, setErrorHandler, setErrorProfile, setFeature, setHeuristics, setHtml4ModeCompatibleWithXhtml1Schemata, setLexicalHandler, setMappingLangToXmlLang, setNamePolicy, setProperty, setReportingDoctype, setScriptingEnabled, setStreamabilityViolationPolicy, setTransitionHandler, setTreeBuilderErrorHandlerOverride, setXmlnsPolicy, setXmlPolicy
-
-