public class DocumentType extends Node
<!DOCTYPE> 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, childNodesCopy, childNodeSize, clone, doClone, equals, hasAttr, hashCode, indent, nextSibling, outerHtml, outerHtml, ownerDocument, parent, parentNode, previousSibling, remove, removeAttr, removeChild, replaceChild, replaceWith, setBaseUri, setParentNode, setSiblingIndex, siblingIndex, siblingNodes, toString, traverse, unwrap, wrappublic 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-2013 Jonathan Hedley. All Rights Reserved.