@ThreadSafe public final class SAXReaderDefaultSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.callback.CallbackList<com.helger.commons.callback.exception.IExceptionCallback<Throwable>> |
exceptionCallbacks() |
static com.helger.commons.collection.impl.ICommonsMap<EXMLParserFeature,Boolean> |
getAllFeatureValues() |
static com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object> |
getAllPropertyValues() |
static ContentHandler |
getContentHandler() |
static DeclHandler |
getDeclarationHandler() |
static DTDHandler |
getDTDHandler() |
static EntityResolver |
getEntityResolver() |
static ErrorHandler |
getErrorHandler() |
static Boolean |
getFeatureValue(EXMLParserFeature eFeature) |
static LexicalHandler |
getLexicalHandler() |
static Object |
getPropertyValue(EXMLParserProperty eProperty) |
static boolean |
hasAnyFeature() |
static boolean |
hasAnyProperties() |
static boolean |
isRequiresNewXMLParserExplicitly() |
static com.helger.commons.state.EChange |
removeAllFeatures() |
static com.helger.commons.state.EChange |
removeAllPropertyValues() |
static com.helger.commons.state.EChange |
removeFeature(EXMLParserFeature eFeature) |
static com.helger.commons.state.EChange |
removePropertyValue(EXMLParserProperty eProperty) |
static boolean |
requiresNewXMLParser() |
static void |
setContentHandler(ContentHandler aContentHandler) |
static void |
setDeclarationHandler(DeclHandler aDeclHandler) |
static void |
setDTDHandler(DTDHandler aDTDHandler) |
static void |
setEntityResolver(EntityResolver aEntityResolver) |
static void |
setErrorHandler(ErrorHandler aErrorHandler) |
static void |
setFeatureValue(EXMLParserFeature eFeature,
boolean bValue) |
static void |
setFeatureValue(EXMLParserFeature eFeature,
Boolean aValue) |
static void |
setFeatureValues(Map<EXMLParserFeature,Boolean> aValues) |
static void |
setLexicalHandler(LexicalHandler aLexicalHandler) |
static void |
setPropertyValue(EXMLParserProperty eProperty,
Object aPropertyValue) |
static void |
setPropertyValues(Map<EXMLParserProperty,?> aProperties) |
static void |
setRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly) |
public static final boolean DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY
@Nullable public static EntityResolver getEntityResolver()
public static void setEntityResolver(@Nullable EntityResolver aEntityResolver)
@Nullable public static DTDHandler getDTDHandler()
public static void setDTDHandler(@Nullable DTDHandler aDTDHandler)
@Nullable public static ContentHandler getContentHandler()
public static void setContentHandler(@Nullable ContentHandler aContentHandler)
@Nullable public static ErrorHandler getErrorHandler()
public static void setErrorHandler(@Nullable ErrorHandler aErrorHandler)
@Nullable public static LexicalHandler getLexicalHandler()
public static void setLexicalHandler(@Nullable LexicalHandler aLexicalHandler)
@Nullable public static DeclHandler getDeclarationHandler()
public static void setDeclarationHandler(@Nullable DeclHandler aDeclHandler)
public static boolean hasAnyProperties()
@Nullable public static Object getPropertyValue(@Nullable EXMLParserProperty eProperty)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<EXMLParserProperty,Object> getAllPropertyValues()
public static void setPropertyValue(@Nonnull EXMLParserProperty eProperty, @Nullable Object aPropertyValue)
public static void setPropertyValues(@Nullable Map<EXMLParserProperty,?> aProperties)
@Nonnull public static com.helger.commons.state.EChange removePropertyValue(@Nullable EXMLParserProperty eProperty)
@Nonnull public static com.helger.commons.state.EChange removeAllPropertyValues()
public static boolean hasAnyFeature()
@Nullable public static Boolean getFeatureValue(@Nullable EXMLParserFeature eFeature)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<EXMLParserFeature,Boolean> getAllFeatureValues()
public static void setFeatureValue(@Nonnull EXMLParserFeature eFeature, boolean bValue)
public static void setFeatureValue(@Nonnull EXMLParserFeature eFeature, @Nullable Boolean aValue)
public static void setFeatureValues(@Nullable Map<EXMLParserFeature,Boolean> aValues)
@Nonnull public static com.helger.commons.state.EChange removeFeature(@Nullable EXMLParserFeature eFeature)
@Nonnull public static com.helger.commons.state.EChange removeAllFeatures()
public static boolean requiresNewXMLParser()
@Nonnull @ReturnsMutableObject public static com.helger.commons.callback.CallbackList<com.helger.commons.callback.exception.IExceptionCallback<Throwable>> exceptionCallbacks()
public static boolean isRequiresNewXMLParserExplicitly()
public static void setRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly)
Copyright © 2014–2020 Philip Helger. All rights reserved.