| 程序包 | 说明 |
|---|---|
| org.jdom2.adapters | |
| org.jdom2.output |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractDOMAdapter
A DOMAdapter utility abstract base class.
|
class |
JAXPDOMAdapter
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DOMAdapter |
DOMOutputter.getDOMAdapter()
Get the DOMAdapter currently set for this DOMOutputter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DOMOutputter.setDOMAdapter(DOMAdapter adapter)
Set the DOMAdapter currently set for this DOMOutputter.
|
| 构造器和说明 |
|---|
DOMOutputter(DOMAdapter adapter)
This creates a new DOMOutputter using the specified DOMAdapter
implementation as a way to choose the underlying parser.
|
DOMOutputter(DOMAdapter adapter,
Format format,
DOMOutputProcessor processor)
The complete constructor for specifying a custom DOMAdaptor, Format, and
DOMOutputProcessor.
|