jaxp/src/com/sun/org/apache/xerces/internal/impl/Constants.java
changeset 12458 d601e4bba306
parent 12457 c348e06f0e82
child 17534 21dc0b2762da
equal deleted inserted replaced
12457:c348e06f0e82 12458:d601e4bba306
   134     public static final String DOM_NODE_PROPERTY = "dom-node";
   134     public static final String DOM_NODE_PROPERTY = "dom-node";
   135 
   135 
   136     /** XML string property ("xml-string"). */
   136     /** XML string property ("xml-string"). */
   137     public static final String XML_STRING_PROPERTY = "xml-string";
   137     public static final String XML_STRING_PROPERTY = "xml-string";
   138 
   138 
   139         public static final String FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing";
   139     public static final String FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing";
       
   140 
       
   141     public static final String ORACLE_FEATURE_SERVICE_MECHANISM = "http://www.oracle.com/feature/use-service-mechanism";
   140 
   142 
   141     /** Document XML version property ("document-xml-version"). */
   143     /** Document XML version property ("document-xml-version"). */
   142     public static final String DOCUMENT_XML_VERSION_PROPERTY = "document-xml-version";
   144     public static final String DOCUMENT_XML_VERSION_PROPERTY = "document-xml-version";
   143 
   145 
   144 
   146