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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponent.java124 public Object getPropertyDefault(String propertyId); method in interface:XMLComponent
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java622 public Object getPropertyDefault(String propertyId) { method in class:XMLErrorReporter
629 } // getPropertyDefault(String):Object
H A DXMLDocumentScannerImpl.java498 public Object getPropertyDefault(String propertyId) { method in class:XMLDocumentScannerImpl
504 return super.getPropertyDefault(propertyId);
505 } // getPropertyDefault(String):Object
H A DXMLNamespaceBinder.java344 public Object getPropertyDefault(String propertyId) { method in class:XMLNamespaceBinder
351 } // getPropertyDefault(String):Object
H A DXMLDTDScannerImpl.java450 public Object getPropertyDefault(String propertyId) { method in class:XMLDTDScannerImpl
457 } // getPropertyDefault(String):Object
H A DXMLDocumentFragmentScannerImpl.java801 public Object getPropertyDefault(String propertyId) { method in class:XMLDocumentFragmentScannerImpl
808 } // getPropertyDefault(String):Object
H A DXMLEntityManager.java1687 public Object getPropertyDefault(String propertyId) { method in class:XMLEntityManager
1694 } // getPropertyDefault(String):Object
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DBasicParserConfiguration.java280 Object value = component.getPropertyDefault(propertyId);
H A DXML11DTDConfiguration.java1297 Object value = component.getPropertyDefault(propertyId);
H A DXML11NonValidatingConfiguration.java1196 Object value = component.getPropertyDefault(propertyId);
H A DXML11Configuration.java1531 Object value = component.getPropertyDefault(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java522 Object value = component.getPropertyDefault(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java971 Object value = component.getPropertyDefault(propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java595 public Object getPropertyDefault(String propertyId) { method in class:JAXPValidatorComponent
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java370 public Object getPropertyDefault(String propertyId) { method in class:XPointerElementHandler
377 } // getPropertyDefault(String):Object
H A DXIncludeHandler.java558 fBufferSize = ((Integer)getPropertyDefault(BUFFER_SIZE)).intValue();
562 fBufferSize = ((Integer)getPropertyDefault(BUFFER_SIZE)).intValue();
748 public Object getPropertyDefault(String propertyId) { method in class:XIncludeHandler
755 } // getPropertyDefault(String):Object
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java487 public Object getPropertyDefault(String propertyId) { method in class:XMLDTDProcessor
494 } // getPropertyDefault(String):Object
H A DXMLDTDValidator.java559 public Object getPropertyDefault(String propertyId) { method in class:XMLDTDValidator
566 } // getPropertyDefault(String):Object
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java973 * @see com.sun.org.apache.xerces.internal.xni.parser.XMLComponent#getPropertyDefault(java.lang.String)
975 public Object getPropertyDefault(String propertyId) { method in class:XMLSchemaLoader
H A DXMLSchemaValidator.java598 public Object getPropertyDefault(String propertyId) { method in class:XMLSchemaValidator
605 } // getPropertyDefault(String):Object

Completed in 115 milliseconds