Package com.helger.xml.serialize.read
Class DOMReaderDefaultSettings
java.lang.Object
com.helger.xml.serialize.read.DOMReaderDefaultSettings
DOM 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 EntityResolverstatic ErrorHandlerstatic BooleangetFeatureValue(EXMLParserFeature eFeature) static ObjectgetPropertyValue(EXMLParserProperty eProperty) static Schemastatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic 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 voidsetCoalescing(boolean bCoalescing) static voidsetEntityResolver(EntityResolver aEntityResolver) static voidsetErrorHandler(ErrorHandler aErrorHandler) static voidsetExpandEntityReferences(boolean bExpandEntityReferences) static voidsetFeatureValue(EXMLParserFeature eFeature, boolean bValue) static voidsetFeatureValue(EXMLParserFeature eFeature, Boolean aValue) static voidsetFeatureValues(Map<EXMLParserFeature, Boolean> aValues) static voidsetIgnoringComments(boolean bIgnoringComments) static voidsetIgnoringElementContentWhitespace(boolean bIgnoringElementContentWhitespace) static voidsetNamespaceAware(boolean bNamespaceAware) static voidsetPropertyValue(EXMLParserProperty eProperty, Object aPropertyValue) static voidsetPropertyValues(Map<EXMLParserProperty, ?> aProperties) static voidsetRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly) static voidstatic voidsetValidating(boolean bValidating) static voidsetXIncludeAware(boolean bXIncludeAware)
-
Field Details
-
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY
public static final boolean DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY- See Also:
-
-
Method Details
-
isNamespaceAware
public static boolean isNamespaceAware() -
setNamespaceAware
public static void setNamespaceAware(boolean bNamespaceAware) -
isValidating
public static boolean isValidating() -
setValidating
public static void setValidating(boolean bValidating) -
isIgnoringElementContentWhitespace
public static boolean isIgnoringElementContentWhitespace() -
setIgnoringElementContentWhitespace
public static void setIgnoringElementContentWhitespace(boolean bIgnoringElementContentWhitespace) -
isExpandEntityReferences
public static boolean isExpandEntityReferences() -
setExpandEntityReferences
public static void setExpandEntityReferences(boolean bExpandEntityReferences) -
isIgnoringComments
public static boolean isIgnoringComments() -
setIgnoringComments
public static void setIgnoringComments(boolean bIgnoringComments) -
isCoalescing
public static boolean isCoalescing() -
setCoalescing
public static void setCoalescing(boolean bCoalescing) -
getSchema
-
setSchema
-
isXIncludeAware
public static boolean isXIncludeAware() -
setXIncludeAware
public static void setXIncludeAware(boolean bXIncludeAware) -
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() -
getEntityResolver
-
setEntityResolver
-
getErrorHandler
-
setErrorHandler
-
exceptionCallbacks
-
isRequiresNewXMLParserExplicitly
public static boolean isRequiresNewXMLParserExplicitly() -
setRequiresNewXMLParserExplicitly
public static void setRequiresNewXMLParserExplicitly(boolean bDefaultRequiresNewXMLParserExplicitly)
-