Package | Description |
---|---|
org.jdom |
Classes to represent the components of an XML document.
|
org.jdom.input |
Classes to build JDOM documents from various sources.
|
org.jdom.transform |
Classes to help with transformations, based on the JAXP TrAX classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJDOMFactory
Creates the standard top-level JDOM classes (Element, Document, Comment,
etc).
|
class |
UncheckedJDOMFactory
Special factory for building documents without any content or structure
checking.
|
Modifier and Type | Method and Description |
---|---|
JDOMFactory |
SAXHandler.getFactory()
Returns the factory used for constructing objects.
|
JDOMFactory |
SAXBuilder.getFactory()
Returns the current
JDOMFactory in use. |
JDOMFactory |
DOMBuilder.getFactory()
Returns the current
JDOMFactory in use. |
Modifier and Type | Method and Description |
---|---|
void |
SAXBuilder.setFactory(JDOMFactory factory)
This sets a custom JDOMFactory for the builder.
|
void |
DOMBuilder.setFactory(JDOMFactory factory) |
Constructor and Description |
---|
SAXHandler(JDOMFactory factory)
This will create a new
SAXHandler that listens to SAX
events and creates a JDOM Document. |
Modifier and Type | Method and Description |
---|---|
JDOMFactory |
XSLTransformer.getFactory()
Returns the custom JDOMFactory used to build the transformation
result.
|
JDOMFactory |
JDOMResult.getFactory()
Returns the custom JDOMFactory used to build the transformation
result.
|
Modifier and Type | Method and Description |
---|---|
void |
XSLTransformer.setFactory(JDOMFactory factory)
Sets a custom JDOMFactory to use when building the
transformation result.
|
void |
JDOMResult.setFactory(JDOMFactory factory)
Sets a custom JDOMFactory to use when building the
transformation result.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.