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 |
---|---|
DocType |
Document.getDocType()
Returns this document's document type declaration,
or null if it doesn't have one.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.setDocType(DocType doctype)
Sets this document's document type declaration.
|
protected void |
Serializer.write(DocType doctype)
Writes a
DocType object
onto the output stream using the current options. |
Constructor and Description |
---|
DocType(DocType doctype)
Creates a new
DocType that's a copy of its
argument. |
Modifier and Type | Method and Description |
---|---|
static DocType |
DOMConverter.convert(DocumentType doctype)
Translates a DOM
org.w3c.dom.DocumentType
object into an equivalent nu.xom.DocType 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>