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

/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
/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/impl/
H A DXMLDocumentScannerImpl.java420 String[] propertyIds = super.getRecognizedProperties();
421 int length = propertyIds != null ? propertyIds.length : 0;
423 if (propertyIds != null) {
424 System.arraycopy(propertyIds, 0, combinedPropertyIds, 0, propertyIds.length);

Completed in 194 milliseconds