Package com.helger.xml.serialize.read
Class SAXReaderDefaultSettings
java.lang.Object
com.helger.xml.serialize.read.SAXReaderDefaultSettings
SAX reader default settings
- Author:
- Philip Helger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic com.helger.commons.callback.CallbackList<com.helger.commons.callback.exception.IExceptionCallback<Throwable>> static com.helger.commons.collection.impl.ICommonsMap<EXMLParserFeature, Boolean> static com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty, Object> static ContentHandlerstatic DeclHandlerstatic DTDHandlerstatic EntityResolverstatic ErrorHandlerstatic BooleangetFeatureValue(EXMLParserFeature eFeature) static LexicalHandlerstatic ObjectgetPropertyValue(EXMLParserProperty eProperty) static booleanstatic booleanstatic booleanstatic com.helger.commons.state.EChangestatic com.helger.commons.state.EChangestatic com.helger.commons.state.EChangeremoveFeature(EXMLParserFeature eFeature) static com.helger.commons.state.EChangeremovePropertyValue(EXMLParserProperty eProperty) static booleanstatic voidsetContentHandler(ContentHandler aContentHandler) static voidsetDeclarationHandler(DeclHandler aDeclHandler) static voidsetDTDHandler(DTDHandler aDTDHandler) static voidsetEntityResolver(EntityResolver aEntityResolver) static voidsetErrorHandler(ErrorHandler aErrorHandler) static voidsetFeatureValue(EXMLParserFeature eFeature, boolean bValue) static voidsetFeatureValue(EXMLParserFeature eFeature, Boolean aValue) static voidsetFeatureValues(Map<EXMLParserFeature, Boolean> aValues) static voidsetLexicalHandler(LexicalHandler aLexicalHandler) static voidsetPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue) static voidsetPropertyValues(Map<EXMLParserProperty, ?> aProperties) static voidsetRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly)
-
Field Details
-
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY
public static final boolean DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY- See Also:
-
-
Method Details
-
getEntityResolver
-
setEntityResolver
-
getDTDHandler
-
setDTDHandler
-
getContentHandler
-
setContentHandler
-
getErrorHandler
-
setErrorHandler
-
getLexicalHandler
-
setLexicalHandler
-
getDeclarationHandler
-
setDeclarationHandler
-
hasAnyProperties
public static boolean hasAnyProperties() -
getPropertyValue
-
getAllPropertyValues
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object> getAllPropertyValues() -
setPropertyValue
public static void setPropertyValue(@Nonnull EXMLParserProperty eProperty, @Nullable Object aPropertyValue) -
setPropertyValues
-
removePropertyValue
@Nonnull public static com.helger.commons.state.EChange removePropertyValue(@Nullable EXMLParserProperty eProperty) -
removeAllPropertyValues
-
hasAnyFeature
public static boolean hasAnyFeature() -
getFeatureValue
-
getAllFeatureValues
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<EXMLParserFeature,Boolean> getAllFeatureValues() -
setFeatureValue
-
setFeatureValue
-
setFeatureValues
-
removeFeature
@Nonnull public static com.helger.commons.state.EChange removeFeature(@Nullable EXMLParserFeature eFeature) -
removeAllFeatures
-
requiresNewXMLParser
public static boolean requiresNewXMLParser() -
exceptionCallbacks
-
isRequiresNewXMLParserExplicitly
public static boolean isRequiresNewXMLParserExplicitly() -
setRequiresNewXMLParserExplicitly
public static void setRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly)
-