public class DocumentType extends Node
<!DOCTPYE>
node.Constructor and Description |
---|
DocumentType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String baseUri)
Create a new doctype element.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
nodeName()
Get the node name of this node.
|
absUrl, addChildren, addChildren, after, after, attr, attr, attributes, baseUri, before, before, childNode, childNodes, childNodesAsArray, clone, doClone, equals, hasAttr, hashCode, indent, nextSibling, outerHtml, outerHtml, ownerDocument, parent, previousSibling, remove, removeAttr, removeChild, replaceChild, replaceWith, setBaseUri, setParentNode, setSiblingIndex, siblingIndex, siblingNodes, toString, traverse, unwrap, wrap
public DocumentType(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String baseUri)
name
- the doctype's namepublicId
- the doctype's public IDsystemId
- the doctype's system IDbaseUri
- the doctype's base URICopyright © 2009-2012 Jonathan Hedley. All Rights Reserved.