| java.lang.Object com.caucho.xml.QAbstractNode
All known Subclasses: com.caucho.xml.QCharacterData, com.caucho.xpath.pattern.NamespaceNode, com.caucho.xml.QNode,
Method Summary | |
public Node | appendChild(Node newNode) | public static String | baseURI(Node node) | public boolean | checkValid() | public Node | cloneNode(boolean deep) | public short | compareDocumentPosition(Node node) | public short | compareTreePosition(Node other) | public boolean | equals(Node arg, boolean deep) | public NamedNodeMap | getAttributes() | public String | getBaseURI() Returns the base URI of the node. | public String | getCanonicalName() | public NodeList | getChildNodes() | public int | getColumn() | public ArrayList<Depend> | getDependencyList() | public Object | getFeature(String feature, String version) Returns a feature value. | public String | getFilename() Returns the node's source filename. | public Node | getFirstChild() | public Node | getInterface(String feature) | public Node | getLastChild() | public int | getLine() Returns the node's source line. | public String | getLocalName() | public String | getNamespaceURI() | public QAbstractNode | getNextContent() | public QAbstractNode | getNextPreorder() | public Node | getNextSibling() | public String | getNodeValue() | public Document | getOwnerDocument() Returns the owning document. | public Node | getParentNode() | public String | getPrefix() | public QAbstractNode | getPreviousContent() | public Node | getPreviousSibling() | public QName | getQName() | public String | getTextContent() | public String | getTextValue() | public Object | getUserData(String data) | public boolean | hasAttributes() Returns true if the node has attributes. | public boolean | hasChildNodes() | public boolean | hasContent() | public Node | insertBefore(Node newChild, Node refChild) | public boolean | isDefaultNamespace(String namespaceURI) | public boolean | isEqualNode(Node arg) | boolean | isNameValid(String name) | public boolean | isSameNode(Node other) | public boolean | isSupported(String feature, String version) | public String | lookupNamespacePrefix(String namespaceURI, boolean useDefault) | public String | lookupNamespaceURI(String prefix) | public String | lookupPrefix(String feature) Looks up a prefix value. | public void | normalize() | void | print(XmlPrinter out) | public void | print(WriteStream out) | public void | printHtml(WriteStream out) | public void | printPretty(WriteStream out) | void | remove() | public Node | removeChild(Node oldChild) | public Node | replaceChild(Node newChild, Node refChild) | public void | setFeature(String feature, boolean value) Sets a feature value. | public void | setLocation(String systemId, String filename, int line, int column) | public void | setNodeValue(String value) | public void | setPrefix(String prefix) | public void | setTextContent(String textContent) | public Object | setUserData(String key, Object value, UserDataHandler userData) | public boolean | supports(String feature, String version) |
L | protected static L10N L(Code) | | |
QAbstractNode | protected QAbstractNode()(Code) | | |
cloneNode | public Node cloneNode(boolean deep)(Code) | | |
compareDocumentPosition | public short compareDocumentPosition(Node node)(Code) | | Compares the document position
|
compareTreePosition | public short compareTreePosition(Node other)(Code) | | |
equals | public boolean equals(Node arg, boolean deep)(Code) | | |
getBaseURI | public String getBaseURI()(Code) | | Returns the base URI of the node.
|
getColumn | public int getColumn()(Code) | | |
getFilename | public String getFilename()(Code) | | Returns the node's source filename.
|
getLine | public int getLine()(Code) | | Returns the node's source line.
|
getOwnerDocument | public Document getOwnerDocument()(Code) | | Returns the owning document.
|
getPreviousSibling | public Node getPreviousSibling()(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | Returns true if the node has attributes.
|
hasChildNodes | public boolean hasChildNodes()(Code) | | |
hasContent | public boolean hasContent()(Code) | | |
isDefaultNamespace | public boolean isDefaultNamespace(String namespaceURI)(Code) | | |
isEqualNode | public boolean isEqualNode(Node arg)(Code) | | |
isSameNode | public boolean isSameNode(Node other)(Code) | | |
lookupNamespacePrefix | public String lookupNamespacePrefix(String namespaceURI, boolean useDefault)(Code) | | |
normalize | public void normalize()(Code) | | |
setFeature | public void setFeature(String feature, boolean value)(Code) | | Sets a feature value.
|
setLocation | public void setLocation(String systemId, String filename, int line, int column)(Code) | | |
supports | public boolean supports(String feature, String version)(Code) | | Support the same and the implementation
|
|
|