Package org.custommonkey.xmlunit
Class JAXPConstants
java.lang.Object
org.custommonkey.xmlunit.JAXPConstants
Utility constant class for JAXP-defined constants.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains names for common properties. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Utility constant class for JAXP Properties, typically used withXMLReader.setProperty(String, Object)
. -
Method Summary
-
Constructor Details
-
JAXPConstants
private JAXPConstants()Utility constant class for JAXP Properties, typically used withXMLReader.setProperty(String, Object)
.
-