Searched refs:USE_ATTRIBUTES2_FEATURE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java103 public static final String USE_ATTRIBUTES2_FEATURE = "use-attributes2"; field in class:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java1632 (suffixLength == Constants.USE_ATTRIBUTES2_FEATURE.length() &&
1633 featureId.endsWith(Constants.USE_ATTRIBUTES2_FEATURE)) ||
1798 if ((suffixLength == Constants.USE_ATTRIBUTES2_FEATURE.length() &&
1799 featureId.endsWith(Constants.USE_ATTRIBUTES2_FEATURE)) ||

Completed in 29 milliseconds