|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsoup.nodes.Node
org.jsoup.nodes.DocumentType
public class DocumentType
A <!DOCTPYE>
node.
Constructor Summary | |
---|---|
DocumentType(String name,
String publicId,
String systemId,
String baseUri)
Create a new doctype element. |
Method Summary | |
---|---|
String |
nodeName()
Get the node name of this node. |
Methods inherited from class org.jsoup.nodes.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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentType(String name, String publicId, String systemId, String baseUri)
name
- the doctype's namepublicId
- the doctype's public IDsystemId
- the doctype's system IDbaseUri
- the doctype's base URIMethod Detail |
---|
public String nodeName()
Node
nodeName
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |