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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java636 private static final String[] fgXercesProperties = { field in class:Constants
696 return fgXercesProperties.length > 0
697 ? new ArrayEnumeration(fgXercesProperties) : fgEmptyEnumeration;
825 print("Xerces properties:", XERCES_PROPERTY_PREFIX, fgXercesProperties);

Completed in 23 milliseconds