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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java106 public static final String USE_LOCATOR2_FEATURE = "use-locator2"; field in class:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java1634 (suffixLength == Constants.USE_LOCATOR2_FEATURE.length() &&
1635 featureId.endsWith(Constants.USE_LOCATOR2_FEATURE)) ||
1800 (suffixLength == Constants.USE_LOCATOR2_FEATURE.length() &&
1801 featureId.endsWith(Constants.USE_LOCATOR2_FEATURE))) {

Completed in 56 milliseconds