| Frames | No Frames |
Constructors with parameter type nu.xom.DocType | |
Creates a new DocType that's a copy of its
argument. | |
Methods with parameter type nu.xom.DocType | |
| void |
Sets this document's document type declaration. |
| void |
Writes a DocType object
onto the output stream using the current options. |
Methods with return type nu.xom.DocType | |
| DocType |
Returns this document's document type declaration,
or null if it doesn't have one. |
Methods with parameter type nu.xom.DocType | |
| void |
Asserts that two DocType nodes are equal. |
| void |
Asserts that two DocType nodes are equal. |
Methods with return type nu.xom.DocType | |
| DocType | DOMConverter.convert(DocumentType doctype)
Translates a DOM org.w3c.dom.DocumentType
object into an equivalent nu.xom.DocType object. |