Searched defs:propertyIds (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java156 * @param propertyIds An array of the additional property identifiers
159 public void addRecognizedProperties(String[] propertyIds) { argument
160 fRecognizedProperties.addAll(Arrays.asList(propertyIds));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParserConfiguration.java157 * @param propertyIds An array of the additional property identifiers
160 public void addRecognizedProperties(String[] propertyIds); argument

Completed in 30 milliseconds