Uses of Class nu.xom.DocType

Uses in package nu.xom

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.

Uses in package nu.xom.tests

Methods with parameter type nu.xom.DocType

void
XOMTestCase.assertEquals(String message, DocType expected, DocType actual)
Asserts that two DocType nodes are equal.
void
Asserts that two DocType nodes are equal.

Uses in package nu.xom.converters

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.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu