Uses of Interface org.dom4j.ProcessingInstruction

Uses in package org.dom4j.io

Methods with parameter type org.dom4j.ProcessingInstruction

void
DOMWriter.appendDOMTree(org.w3c.dom.Document domDoc, org.w3c.dom.Node domCurrent, ProcessingInstruction pi)
ProcessingInstruction
Constructs a STAX javax.xml.stream.events.ProcessingInstruction event from a DOM4J ProcessingInstruction.
void
Generates SAX events for the given ProcessingInstruction
void
XMLWriter.write(ProcessingInstruction processingInstruction)
Writes the given ProcessingInstruction.
void
Writes a DOM4J ProcessingInstructionto the stream.
void

Methods with return type org.dom4j.ProcessingInstruction

ProcessingInstruction
STAXEventReader.createProcessingInstruction(ProcessingInstruction pi)
Constructs a new DOM4J ProcessingInstruction from the provided StAX ProcessingInstruction event.
ProcessingInstruction
Constructs a DOM4J ProcessingInstruction from the provided event stream.

Uses in package org.dom4j.util

Methods with parameter type org.dom4j.ProcessingInstruction

int

Methods with return type org.dom4j.ProcessingInstruction

ProcessingInstruction
ProcessingInstruction

Uses in package org.dom4j

Methods with parameter type org.dom4j.ProcessingInstruction

void
Adds the given ProcessingInstruction to this branch.
boolean
Removes the given ProcessingInstruction if the node is an immediate child of this branch.
void
Visits the given ProcessingInstruction
void

Methods with return type org.dom4j.ProcessingInstruction

ProcessingInstruction
DocumentFactory.createProcessingInstruction(String target, Map data)
ProcessingInstruction
ProcessingInstruction
DocumentFactory.createProcessingInstruction(String target, String data)
ProcessingInstruction
ProcessingInstruction
DOCUMENT ME!

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo