Java org.dom4j.tree DefaultProcessingInstruction fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

DefaultProcessingInstruction(String target, Map values)

This will create a new PI with the given target and values

DefaultProcessingInstruction(String target, String values)

This will create a new PI with the given target and values

Method