Package org.custommonkey.xmlunit
Class JAXPConstants.Properties
java.lang.Object
org.custommonkey.xmlunit.JAXPConstants.Properties
- Enclosing class:
JAXPConstants
Utility constant class for JAXP Properties, typically used with
.
invalid reference
XMLReader#setProperty(String, Object)
-
Field Details
-
SCHEMA_LANGUAGE
Property name for the Schema Language being used. As of JAXP 1.2, only W3C Schema are supported.- See Also:
-
SCHEMA_SOURCE
Property name for the Schema Location being used.- See Also:
-
-
Constructor Details
-
Properties
public Properties()
-