Package org.custommonkey.xmlunit
Class JAXPConstants.Properties
- java.lang.Object
-
- org.custommonkey.xmlunit.JAXPConstants.Properties
-
- Enclosing class:
- JAXPConstants
public static final class JAXPConstants.Properties extends java.lang.Object
Utility constant class for JAXP Properties, typically used withXMLReader#setProperty(String, Object)
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SCHEMA_LANGUAGE
Property name for the Schema Language being used.static java.lang.String
SCHEMA_SOURCE
Property name for the Schema Location being used.
-
Constructor Summary
Constructors Constructor Description Properties()
-
-
-
Field Detail
-
SCHEMA_LANGUAGE
public static final java.lang.String SCHEMA_LANGUAGE
Property name for the Schema Language being used. As of JAXP 1.2, only W3C Schema are supported.
-
SCHEMA_SOURCE
public static final java.lang.String SCHEMA_SOURCE
Property name for the Schema Location being used.- See Also:
- Constant Field Values
-
-