Java org.dom4j ProcessingInstruction fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j ProcessingInstruction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j ProcessingInstruction.

The text is from its open source code.

Method

StringasXML()

asXML returns the textual XML representation of this node.

StringgetName()

getName returns the name of this node.

StringgetTarget()
This method is the equivalent to the #getName method.
StringgetText()
DOCUMENT ME!
StringgetValue(String name)

Returns the value of a specific name in the PI.