public interface ISAXReaderSettings extends IBaseXMLReaderSettings
SAXReaderSettings.| Modifier and Type | Method and Description |
|---|---|
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. |
getAllFeatureValues, getAllPropertyValues, getEntityResolver, getErrorHandler, getExceptionHandler, 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 © 2006–2014 phloc systems. All rights reserved.