| Frames | No Frames |
Constructors with parameter type nu.xom.ProcessingInstruction | |
Create a copy of a processing instruction. | |
Methods with parameter type nu.xom.ProcessingInstruction | |
| void |
Writes a processing instruction
onto the output stream using the current options. |
Methods with parameter type nu.xom.ProcessingInstruction | |
| void | XOMTestCase.assertEquals(String message, ProcessingInstruction expected, ProcessingInstruction actual)
Asserts that two processing instruction nodes are equal. |
| void |
Asserts that two processing instruction nodes are equal. |
Methods with return type nu.xom.ProcessingInstruction | |
| ProcessingInstruction | DOMConverter.convert(org.w3c.dom.ProcessingInstruction pi)
Translates a DOM org.w3c.dom.ProcessingInstruction
object into an equivalent
nu.xom.ProcessingInstruction object. |