| Package | Description |
|---|---|
| org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM) which is a component API of the
Java API for XML Processing.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingInstruction |
Document.createProcessingInstruction(String
Creates a
ProcessingInstruction node given the specified name and data strings.
|