public interface ISAXReaderSettings extends IBaseXMLReaderSettings
SAXReaderSettings. Implementations of
this interface are meant to define settings that can be used with
org.xml.sax.XMLReader instances.| Modifier and Type | Method and Description |
|---|---|
void |
applyToSAXReader(XMLReader aParser)
Apply all settings of this object onto the specified XMLReader object
|
ContentHandler |
getContentHandler() |
DeclHandler |
getDeclarationHandler() |
DTDHandler |
getDTDHandler() |
LexicalHandler |
getLexicalHandler() |
boolean |
isRequiresNewXMLParserExplicitly() |
boolean |
requiresNewXMLParser()
Check if the current settings require a separate
DocumentBuilderFactory or if a pooled default
object can be used. |
exceptionCallbacks, getAllFeatureValues, getAllPropertyValues, getEntityResolver, getErrorHandler, getFeatureValue, getLocale, getPropertyValue, hasAnyFeature, hasAnyProperties@Nullable DTDHandler getDTDHandler()
null.@Nullable ContentHandler getContentHandler()
null.@Nullable LexicalHandler getLexicalHandler()
null.@Nullable DeclHandler getDeclarationHandler()
null.boolean isRequiresNewXMLParserExplicitly()
true if a new XML parser is explicitly required for
this instance.boolean requiresNewXMLParser()
DocumentBuilderFactory or if a pooled default
object can be used.requiresNewXMLParser in interface IBaseXMLReaderSettingstrue if a separate
DocumentBuilderFactory is required,
false if not.Copyright © 2014–2017 Philip Helger. All rights reserved.