| Package | Description |
|---|---|
| com.sun.xml.rpc.processor.generator | |
| com.sun.xml.rpc.processor.util | |
| com.sun.xml.rpc.streaming |
| Modifier and Type | Field and Description |
|---|---|
protected PrefixFactory |
Names.prefixFactory |
| Modifier and Type | Method and Description |
|---|---|
PrefixFactory |
PrettyPrintingXMLWriterImpl.getPrefixFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintingXMLWriterImpl.setPrefixFactory(PrefixFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixFactoryImpl
A prefix factory that caches the prefixes it creates.
|
| Modifier and Type | Field and Description |
|---|---|
protected PrefixFactory |
XmlTreeWriter.pfactory |
| Modifier and Type | Method and Description |
|---|---|
PrefixFactory |
XmlTreeWriter.getPrefixFactory() |
PrefixFactory |
XMLWriterImpl.getPrefixFactory() |
PrefixFactory |
XMLWriter.getPrefixFactory()
Return the prefix factory in use by this writer.
|
PrefixFactory |
StAXWriter.getPrefixFactory() |
PrefixFactory |
FastInfosetWriter.getPrefixFactory()
Return the prefix factory in use by this writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlTreeWriter.setPrefixFactory(PrefixFactory factory) |
void |
XMLWriterImpl.setPrefixFactory(PrefixFactory factory) |
void |
XMLWriter.setPrefixFactory(PrefixFactory factory)
Set the prefix factory to be used by this writer.
|
void |
StAXWriter.setPrefixFactory(PrefixFactory factory) |
void |
FastInfosetWriter.setPrefixFactory(PrefixFactory factory)
Set the prefix factory to be used by this writer.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.