Searched refs:PropertyManager (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLInputFactoryImpl.java37 import com.sun.org.apache.xerces.internal.impl.PropertyManager;
51 private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_READER) ;
144 new PropertyManager(fPropertyManager));
252 //REVISIT: Even in this case instance can be reused, by passing PropertyManager
263 new PropertyManager(fPropertyManager));
278 new PropertyManager(fPropertyManager));
H A DStaxErrorReporter.java39 import com.sun.org.apache.xerces.internal.impl.PropertyManager;
52 public StaxErrorReporter(PropertyManager propertyManager) {
69 public void reset(PropertyManager propertyManager){
H A DXMLOutputFactoryImpl.java41 import com.sun.org.apache.xerces.internal.impl.PropertyManager;
56 private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_WRITER);
161 //REVISIT: Even in this case instance can be reused, by passing PropertyManager
187 return fStreamWriter = new XMLStreamWriterImpl(sr, encoding, new PropertyManager(fPropertyManager));
196 * <code>PropertyManager</code> should be passed when creating
H A DXMLEntityStorage.java36 import com.sun.org.apache.xerces.internal.impl.PropertyManager;
75 protected PropertyManager fPropertyManager ;
81 public XMLEntityStorage(PropertyManager propertyManager) {
92 public void reset(PropertyManager propertyManager){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java38 * This class constructor also takes itself (PropertyManager object) as parameter and initializes the
46 public class PropertyManager { class
66 /** Creates a new instance of PropertyManager */
67 public PropertyManager(int context) { method in class:PropertyManager
81 * Initialize this object with the properties taken from passed PropertyManager object.
83 public PropertyManager(PropertyManager propertyManager){ method in class:PropertyManager
187 }//PropertyManager
H A DXMLStreamReaderImpl.java109 protected PropertyManager fPropertyManager = null ;
127 public XMLStreamReaderImpl(InputStream inputStream, PropertyManager props) throws XMLStreamException {
144 public XMLStreamReaderImpl(String systemid, PropertyManager props) throws XMLStreamException {
159 public XMLStreamReaderImpl(InputStream inputStream, String encoding, PropertyManager props ) throws XMLStreamException {
172 public XMLStreamReaderImpl(Reader reader, PropertyManager props) throws XMLStreamException {
186 public XMLStreamReaderImpl(XMLInputSource inputSource, PropertyManager props) throws XMLStreamException {
223 void init(PropertyManager propertyManager) throws XMLStreamException {
1304 protected void setPropertyManager(PropertyManager propertyManager){
1314 protected PropertyManager getPropertyManager(){
H A DXMLScanner.java148 protected PropertyManager fPropertyManager = null ;
156 //protected XMLEntityManager fEntityManager = PropertyManager.getEntityManager();
271 protected void setPropertyManager(PropertyManager propertyManager){
345 public void reset(PropertyManager propertyManager) {
H A DXMLNSDocumentScannerImpl.java87 public void reset(PropertyManager propertyManager) {
H A DXMLEntityManager.java304 protected PropertyManager fPropertyManager ;
405 public XMLEntityManager(PropertyManager propertyManager) {
1406 public void reset(PropertyManager propertyManager){
H A DXMLEntityScanner.java120 protected PropertyManager fPropertyManager = null ;
156 public XMLEntityScanner(PropertyManager propertyManager, XMLEntityManager entityManager) {
180 public void reset(PropertyManager propertyManager){
H A DXMLDTDScannerImpl.java397 public void reset(PropertyManager props) {
H A DXMLDocumentScannerImpl.java272 public void reset(PropertyManager propertyManager) {
H A DXMLDocumentFragmentScannerImpl.java620 public void reset(PropertyManager propertyManager){
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DXMLEventAllocatorImpl.java28 import com.sun.org.apache.xerces.internal.impl.PropertyManager;
151 List entities = (List)streamReader.getProperty(PropertyManager.STAX_ENTITIES);
153 List notations = (List)streamReader.getProperty(PropertyManager.STAX_NOTATIONS);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java53 import com.sun.org.apache.xerces.internal.impl.PropertyManager;
136 * Reference to PropertyManager
138 private PropertyManager fPropertyManager = null;
180 public XMLStreamWriterImpl(OutputStream outputStream, PropertyManager props)
198 PropertyManager props) throws java.io.IOException {
208 public XMLStreamWriterImpl(Writer writer, PropertyManager props)
221 PropertyManager props) throws java.io.IOException {

Completed in 122 milliseconds