Searched refs:getRecognizedProperties (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponent.java83 public String[] getRecognizedProperties(); method in interface:XMLComponent
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLGrammarLoader.java78 public String[] getRecognizedProperties(); method in interface:XMLGrammarLoader
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java558 public String[] getRecognizedProperties() { method in class:XMLErrorReporter
560 } // getRecognizedProperties():String[]
H A DXMLDocumentScannerImpl.java419 public String[] getRecognizedProperties() { method in class:XMLDocumentScannerImpl
420 String[] propertyIds = super.getRecognizedProperties();
428 } // getRecognizedProperties():String[]
H A DXMLNamespaceBinder.java287 public String[] getRecognizedProperties() { method in class:XMLNamespaceBinder
289 } // getRecognizedProperties():String[]
H A DXMLDTDScannerImpl.java419 public String[] getRecognizedProperties() { method in class:XMLDTDScannerImpl
421 } // getRecognizedProperties():String[]
H A DXMLDocumentFragmentScannerImpl.java714 public String[] getRecognizedProperties() { method in class:XMLDocumentFragmentScannerImpl
716 } // getRecognizedProperties():String[]
H A DXMLEntityManager.java1657 public String[] getRecognizedProperties() { method in class:XMLEntityManager
1659 } // getRecognizedProperties():String[]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DBasicParserConfiguration.java264 String[] recognizedProperties = component.getRecognizedProperties();
H A DXML11DTDConfiguration.java1273 String[] recognizedProperties = component.getRecognizedProperties();
H A DXML11NonValidatingConfiguration.java1172 String[] recognizedProperties = component.getRecognizedProperties();
H A DXML11Configuration.java1507 String[] recognizedProperties = component.getRecognizedProperties();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java287 public String[] getRecognizedProperties() { method in class:XMLDTDLoader
289 } // getRecognizedProperties():String[]
H A DXMLDTDProcessor.java437 public String[] getRecognizedProperties() { method in class:XMLDTDProcessor
439 } // getRecognizedProperties():String[]
H A DXMLDTDValidator.java509 public String[] getRecognizedProperties() { method in class:XMLDTDValidator
511 } // getRecognizedProperties():String[]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderImpl.java208 config.addRecognizedProperties(validatorComponent.getRecognizedProperties());
H A DJAXPValidatorComponent.java584 public String[] getRecognizedProperties() { method in class:JAXPValidatorComponent
H A DSAXParserImpl.java212 config.addRecognizedProperties(validatorComponent.getRecognizedProperties());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java403 final String[] recognizedProperties = component.getRecognizedProperties();
H A DXMLSchemaFactory.java440 String[] properties = fXMLSchemaLoader.getRecognizedProperties();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java947 String[] recognizedProperties = component.getRecognizedProperties();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java310 public String[] getRecognizedProperties() { method in class:XPointerElementHandler
312 } // getRecognizedProperties():String[]
H A DXIncludeHandler.java640 public String[] getRecognizedProperties() { method in class:XIncludeHandler
642 } // getRecognizedProperties():String[]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java1097 String[] recognizedProperties = component.getRecognizedProperties();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java415 public String[] getRecognizedProperties() { method in class:XMLSchemaLoader
417 } // getRecognizedProperties(): String[]

Completed in 306 milliseconds

12