Class JAXPConstants.Properties

  • Enclosing class:
    JAXPConstants

    public static final class JAXPConstants.Properties
    extends java.lang.Object
    Utility constant class for JAXP Properties, typically used with XMLReader#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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SCHEMA_SOURCE

        public static final java.lang.String SCHEMA_SOURCE
        Property name for the Schema Location being used.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Properties

        public Properties()