@ThreadSafe public final class DOMReaderDefaultSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY |
public static final boolean DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY
public static boolean isNamespaceAware()
public static void setNamespaceAware(boolean bNamespaceAware)
public static boolean isValidating()
public static void setValidating(boolean bValidating)
public static boolean isIgnoringElementContentWhitespace()
public static void setIgnoringElementContentWhitespace(boolean bIgnoringElementContentWhitespace)
public static boolean isExpandEntityReferences()
public static void setExpandEntityReferences(boolean bExpandEntityReferences)
public static boolean isIgnoringComments()
public static void setIgnoringComments(boolean bIgnoringComments)
public static boolean isCoalescing()
public static void setCoalescing(boolean bCoalescing)
public static boolean isXIncludeAware()
public static void setXIncludeAware(boolean bXIncludeAware)
public static boolean hasAnyProperties()
@Nullable public static Object getPropertyValue(@Nullable EXMLParserProperty eProperty)
@Nonnull @ReturnsMutableCopy public static 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 EChange removePropertyValue(@Nullable EXMLParserProperty eProperty)
public static boolean hasAnyFeature()
@Nullable public static Boolean getFeatureValue(@Nullable EXMLParserFeature eFeature)
@Nonnull @ReturnsMutableCopy public static Map<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 EChange removeFeature(@Nullable EXMLParserFeature eFeature)
public static boolean requiresNewXMLParser()
@Nullable public static EntityResolver getEntityResolver()
public static void setEntityResolver(@Nullable EntityResolver aEntityResolver)
@Nullable public static ErrorHandler getErrorHandler()
public static void setErrorHandler(@Nullable ErrorHandler aErrorHandler)
@Nonnull public static IExceptionCallback<Throwable> getExceptionHandler()
public static void setExceptionHandler(@Nonnull IExceptionCallback<Throwable> aExceptionHandler)
public static boolean isRequiresNewXMLParserExplicitly()
public static void setRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly)
Copyright © 2014–2016 Philip Helger. All rights reserved.