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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLInputFactoryImpl.java47 public class XMLInputFactoryImpl extends javax.xml.stream.XMLInputFactory { class in inherits:javax.xml.stream.XMLInputFactory
62 public XMLInputFactoryImpl() { method in class:XMLInputFactoryImpl
305 }//XMLInputFactoryImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java26 import com.sun.xml.internal.stream.XMLInputFactoryImpl;
642 Boolean bo = (Boolean)propertyManager.getProperty(XMLInputFactoryImpl.IS_REPLACING_ENTITY_REFERENCES);
644 bo = (Boolean)propertyManager.getProperty(XMLInputFactoryImpl.IS_SUPPORTING_EXTERNAL_ENTITIES);

Completed in 37 milliseconds