|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingInstruction | |
org.dom4j | |
org.dom4j.dom | |
org.dom4j.io | |
org.dom4j.tree | |
org.dom4j.util |
Uses of ProcessingInstruction in org.dom4j |
Methods in org.dom4j that return ProcessingInstruction | |
ProcessingInstruction |
Branch.processingInstruction(java.lang.String target)
|
ProcessingInstruction |
DocumentFactory.createProcessingInstruction(java.lang.String target,
java.lang.String data)
|
ProcessingInstruction |
DocumentFactory.createProcessingInstruction(java.lang.String target,
java.util.Map data)
|
static ProcessingInstruction |
DocumentHelper.createProcessingInstruction(java.lang.String target,
java.lang.String data)
|
static ProcessingInstruction |
DocumentHelper.createProcessingInstruction(java.lang.String target,
java.util.Map data)
|
Methods in org.dom4j with parameters of type ProcessingInstruction | |
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)
|
Uses of ProcessingInstruction in org.dom4j.dom |
Classes in org.dom4j.dom that implement ProcessingInstruction | |
class |
DOMProcessingInstruction
DOMText implements a Text node which
supports the W3C DOM API. |
Methods in org.dom4j.dom that return ProcessingInstruction | |
ProcessingInstruction |
DOMDocumentFactory.createProcessingInstruction(java.lang.String target,
java.lang.String data)
|
ProcessingInstruction |
DOMDocumentFactory.createProcessingInstruction(java.lang.String target,
java.util.Map data)
|
Uses of ProcessingInstruction in org.dom4j.io |
Methods in org.dom4j.io with parameters of type ProcessingInstruction | |
protected void |
DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
ProcessingInstruction pi)
|
void |
XMLWriter.write(ProcessingInstruction processingInstruction)
Writes the given ProcessingInstruction . |
protected void |
XMLWriter.writeProcessingInstruction(ProcessingInstruction processingInstruction)
|
void |
SAXWriter.write(ProcessingInstruction pi)
Generates SAX events for the given ProcessingInstruction |
Uses of ProcessingInstruction in org.dom4j.tree |
Classes in org.dom4j.tree that implement ProcessingInstruction | |
class |
AbstractProcessingInstruction
AbstractProcessingInstruction is an abstract base class for
tree implementors to use for implementation inheritence. |
class |
DefaultProcessingInstruction
DefaultProcessingInstruction is the default
Processing Instruction implementation. |
class |
FlyweightProcessingInstruction
FlyweightProcessingInstruction is a Flyweight pattern implementation
of a singly linked, read-only XML Processing Instruction. |
Methods in org.dom4j.tree that return ProcessingInstruction | |
ProcessingInstruction |
DefaultElement.processingInstruction(java.lang.String target)
|
ProcessingInstruction |
AbstractElement.processingInstruction(java.lang.String target)
|
ProcessingInstruction |
DefaultDocument.processingInstruction(java.lang.String target)
|
Methods in org.dom4j.tree with parameters of type ProcessingInstruction | |
void |
AbstractElement.add(ProcessingInstruction pi)
|
boolean |
AbstractElement.remove(ProcessingInstruction pi)
|
void |
AbstractBranch.add(ProcessingInstruction pi)
|
boolean |
AbstractBranch.remove(ProcessingInstruction pi)
|
Uses of ProcessingInstruction in org.dom4j.util |
Methods in org.dom4j.util that return ProcessingInstruction | |
ProcessingInstruction |
ProxyDocumentFactory.createProcessingInstruction(java.lang.String target,
java.lang.String data)
|
ProcessingInstruction |
ProxyDocumentFactory.createProcessingInstruction(java.lang.String target,
java.util.Map data)
|
Methods in org.dom4j.util with parameters of type ProcessingInstruction | |
int |
NodeComparator.compare(ProcessingInstruction n1,
ProcessingInstruction n2)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |