Package | Description |
---|---|
nu.xom |
nu.xom is the core package of XOM
that contains all the basic classes representing the different kinds
of nodes: elements, attributes, comments, text nodes, and so forth. |
nu.xom.converters |
nu.xom.converters contains
classes that convert XOM documents to other
models such as SAX and DOM. |
Modifier and Type | Method and Description |
---|---|
protected void |
Serializer.write(ProcessingInstruction instruction)
Writes a processing instruction
onto the output stream using the current options.
|
Constructor and Description |
---|
ProcessingInstruction(ProcessingInstruction instruction)
Create a copy of a processing instruction.
|
Modifier and Type | Method and Description |
---|---|
static ProcessingInstruction |
DOMConverter.convert(ProcessingInstruction pi)
Translates a DOM
org.w3c.dom.ProcessingInstruction
object into an equivalent
nu.xom.ProcessingInstruction object. |
Copyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>