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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java97 public static final String IS_STANDALONE_FEATURE = "is-standalone"; field in class:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java1630 if ((suffixLength == Constants.IS_STANDALONE_FEATURE.length() &&
1631 featureId.endsWith(Constants.IS_STANDALONE_FEATURE)) ||
1732 if (suffixLength == Constants.IS_STANDALONE_FEATURE.length() &&
1733 featureId.endsWith(Constants.IS_STANDALONE_FEATURE)) {

Completed in 29 milliseconds