Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
DocumentFactory.createProcessingInstruction(java.lang.String target,
java.util.Map data) |
static ProcessingInstruction |
DocumentHelper.createProcessingInstruction(java.lang.String pi,
java.util.Map data) |
ProcessingInstruction |
DocumentFactory.createProcessingInstruction(java.lang.String target,
java.lang.String data) |
static ProcessingInstruction |
DocumentHelper.createProcessingInstruction(java.lang.String pi,
java.lang.String d) |
ProcessingInstruction |
Branch.processingInstruction(java.lang.String target)
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
void |
Branch.add(ProcessingInstruction pi)
Adds the given
ProcessingInstruction to this branch. |
boolean |
Branch.remove(ProcessingInstruction pi)
Removes the given
ProcessingInstruction if the node is an
immediate child of this branch. |
void |
VisitorSupport.visit(ProcessingInstruction node) |
void |
Visitor.visit(ProcessingInstruction node)
Visits the given
ProcessingInstruction
|
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
STAXEventReader.createProcessingInstruction(javax.xml.stream.events.ProcessingInstruction pi)
Constructs a new DOM4J ProcessingInstruction from the provided StAX
ProcessingInstruction event.
|
ProcessingInstruction |
STAXEventReader.readProcessingInstruction(javax.xml.stream.XMLEventReader reader)
Constructs a DOM4J ProcessingInstruction from the provided event stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DOMWriter.appendDOMTree(org.w3c.dom.Document domDoc,
org.w3c.dom.Node domCurrent,
ProcessingInstruction pi) |
javax.xml.stream.events.ProcessingInstruction |
STAXEventWriter.createProcessingInstruction(ProcessingInstruction pi)
Constructs a STAX
ProcessingInstruction
event from a DOM4J ProcessingInstruction . |
void |
SAXWriter.write(ProcessingInstruction pi)
Generates SAX events for the given ProcessingInstruction
|
void |
XMLWriter.write(ProcessingInstruction processingInstruction)
Writes the given
ProcessingInstruction . |
void |
STAXEventWriter.writeProcessingInstruction(ProcessingInstruction pi)
Writes a DOM4J
ProcessingInstruction to the stream. |
protected void |
XMLWriter.writeProcessingInstruction(ProcessingInstruction pi) |
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
ProxyDocumentFactory.createProcessingInstruction(java.lang.String target,
java.util.Map data) |
ProcessingInstruction |
ProxyDocumentFactory.createProcessingInstruction(java.lang.String target,
java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
int |
NodeComparator.compare(ProcessingInstruction n1,
ProcessingInstruction n2) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by