public class InfosetCoercingHtmlParser extends HtmlParser
HtmlParser
simply provides a no-argument
constructor that calls the constructor of the superclass with the
ALTER_INFOSET
policy. This is convenient when another Java
component wants an implementation of XMLReader
with a
no-argument constructor and infoset coercion is the wanted behavior.Constructor and Description |
---|
InfosetCoercingHtmlParser()
A constructor that passes
ALTER_INFOSET to the superclass'
constructor. |
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
Copyright © 2017. All rights reserved.