Java org.w3c.dom ProcessingInstruction fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetData()
The content of this processing instruction.
StringgetNodeName()
The name of this node, depending on its type; see the table above.
StringgetNodeValue()
The value of this node, depending on its type; see the table above.
StringgetTarget()
The target of this processing instruction.
voidsetData(String data)
The content of this processing instruction.