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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java593 private static final String[] fgSAXProperties = { field in class:Constants
682 return fgSAXProperties.length > 0
683 ? new ArrayEnumeration(fgSAXProperties) : fgEmptyEnumeration;
823 print("SAX properties:", SAX_PROPERTY_PREFIX, fgSAXProperties);

Completed in 28 milliseconds