|
||||||||||
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.XmlDeclaration
public class XmlDeclaration
An XML Declaration.
Constructor Summary | |
---|---|
XmlDeclaration(String data,
String baseUri,
boolean isProcessingInstruction)
Create a new XML declaration |
Method Summary | |
---|---|
String |
getWholeDeclaration()
Get the unencoded XML declaration. |
String |
nodeName()
Get the node name of this node. |
String |
toString()
|
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, traverse, unwrap, wrap |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XmlDeclaration(String data, String baseUri, boolean isProcessingInstruction)
data
- databaseUri
- base uriisProcessingInstruction
- is processing instructionMethod Detail |
---|
public String nodeName()
Node
nodeName
in class Node
public String getWholeDeclaration()
public String toString()
toString
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |