程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
static ProcessingInstruction |
DocumentHelper.createProcessingInstruction(String pi,
Map data) |
ProcessingInstruction |
DocumentFactory.createProcessingInstruction(String target,
Map data) |
static ProcessingInstruction |
DocumentHelper.createProcessingInstruction(String pi,
String d) |
ProcessingInstruction |
DocumentFactory.createProcessingInstruction(String target,
String data) |
ProcessingInstruction |
Branch.processingInstruction(String target)
DOCUMENT ME!
|
限定符和类型 | 方法和说明 |
---|---|
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 |
Visitor.visit(ProcessingInstruction node)
Visits the given
ProcessingInstruction
|
void |
VisitorSupport.visit(ProcessingInstruction node) |
限定符和类型 | 方法和说明 |
---|---|
ProcessingInstruction |
STAXEventReader.createProcessingInstruction(ProcessingInstruction pi)
Constructs a new DOM4J ProcessingInstruction from the provided StAX
ProcessingInstruction event.
|
ProcessingInstruction |
STAXEventReader.readProcessingInstruction(XMLEventReader reader)
Constructs a DOM4J ProcessingInstruction from the provided event stream.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
DOMWriter.appendDOMTree(Document domDoc,
Node domCurrent,
ProcessingInstruction pi) |
ProcessingInstruction |
STAXEventWriter.createProcessingInstruction(ProcessingInstruction pi)
Constructs a STAX
ProcessingInstruction
event from a DOM4J ProcessingInstruction . |
void |
XMLWriter.write(ProcessingInstruction processingInstruction)
Writes the given
ProcessingInstruction . |
void |
SAXWriter.write(ProcessingInstruction pi)
Generates SAX events for the given ProcessingInstruction
|
protected void |
XMLWriter.writeProcessingInstruction(ProcessingInstruction pi) |
void |
STAXEventWriter.writeProcessingInstruction(ProcessingInstruction pi)
Writes a DOM4J
ProcessingInstruction to the stream. |
限定符和类型 | 方法和说明 |
---|---|
ProcessingInstruction |
ProxyDocumentFactory.createProcessingInstruction(String target,
Map data) |
ProcessingInstruction |
ProxyDocumentFactory.createProcessingInstruction(String target,
String data) |
限定符和类型 | 方法和说明 |
---|---|
int |
NodeComparator.compare(ProcessingInstruction n1,
ProcessingInstruction n2) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by