| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.impl | |
| jdk7u.jaxp.xml.external.stream | |
| jdk7u.jaxp.xml.external.stream.writers |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyManager |
XMLEntityManager.fPropertyManager
Property Manager.
|
protected PropertyManager |
XMLEntityScanner.fPropertyManager |
protected PropertyManager |
XMLScanner.fPropertyManager |
protected PropertyManager |
XMLStreamReaderImpl.fPropertyManager
Store properties
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyManager |
XMLStreamReaderImpl.getPropertyManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDocumentFragmentScannerImpl.reset(PropertyManager propertyManager) |
void |
XMLDocumentScannerImpl.reset(PropertyManager propertyManager) |
void |
XMLDTDScannerImpl.reset(PropertyManager props) |
void |
XMLEntityManager.reset(PropertyManager propertyManager) |
void |
XMLEntityScanner.reset(PropertyManager propertyManager)
Resets the components.
|
void |
XMLNSDocumentScannerImpl.reset(PropertyManager propertyManager)
Resets the fields of this scanner.
|
void |
XMLScanner.reset(PropertyManager propertyManager) |
protected void |
XMLScanner.setPropertyManager(PropertyManager propertyManager) |
protected void |
XMLStreamReaderImpl.setPropertyManager(PropertyManager propertyManager) |
| Constructor and Description |
|---|
PropertyManager(PropertyManager propertyManager)
Initialize this object with the properties taken from passed PropertyManager object.
|
XMLEntityManager(PropertyManager propertyManager)
Default constructor.
|
XMLEntityScanner(PropertyManager propertyManager,
XMLEntityManager entityManager)
private constructor, this class can only be instantiated within this class.
|
XMLStreamReaderImpl(InputStream inputStream,
PropertyManager props) |
XMLStreamReaderImpl(InputStream inputStream,
String encoding,
PropertyManager props) |
XMLStreamReaderImpl(Reader reader,
PropertyManager props) |
XMLStreamReaderImpl(String systemid,
PropertyManager props) |
XMLStreamReaderImpl(XMLInputSource inputSource,
PropertyManager props) |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyManager |
XMLEntityStorage.fPropertyManager |
| Modifier and Type | Method and Description |
|---|---|
void |
StaxErrorReporter.reset(PropertyManager propertyManager)
One must call reset before using any of the function.
|
void |
XMLEntityStorage.reset(PropertyManager propertyManager) |
| Constructor and Description |
|---|
StaxErrorReporter(PropertyManager propertyManager)
Creates a new instance of StaxErrorReporter
|
XMLEntityStorage(PropertyManager propertyManager)
Creates a new instance of XMLEntityStorage
|
| Constructor and Description |
|---|
XMLStreamWriterImpl(OutputStream outputStream,
PropertyManager props)
Creates a new instance of XMLStreamWriterImpl.
|
XMLStreamWriterImpl(OutputStream outputStream,
String encoding,
PropertyManager props)
Creates a new instance of XMLStreamWriterImpl.
|
XMLStreamWriterImpl(StreamResult sr,
String encoding,
PropertyManager props)
Creates a new instance of XMLStreamWriterImpl using a StreamResult.
|
XMLStreamWriterImpl(Writer writer,
PropertyManager props)
Creates a new instance of XMLStreamWriterImpl using a Writer.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.