Method Summary |
|
public Node | adoptNode(Node source) |
public Node | appendChild(Node newChild) |
public void | buildDocument() Method is not implemented yet. |
protected void | cloneDeepCheck(boolean deep) Check that cloneNode on an entire document is done with the
deep option. |
public Node | cloneNode(boolean parm1) Method is not implemented yet. |
public short | compareDocumentPosition(Node arg0) |
public Attr | createAttribute(String qualifiedName) |
public Attr | createAttributeNS(String namespaceURI, String qualifiedName) |
public CDATASection | createCDATASection(String data) |
public Comment | createComment(String data) |
public DocumentFragment | createDocumentFragment() |
public Element | createElement(String tagName) |
public Element | createElementNS(String namespaceURI, String qualifiedName) |
public EntityReference | createEntityReference(String name) |
public ProcessingInstruction | createProcessingInstruction(String target, String data) |
public Text | createTextNode(String data) |
final protected void | doSetText(Element element, String text) Used internally to implement a setTextXXX() method. |
public NamedNodeMap | getAttributes() |
public String | getBaseURI() |
public NodeList | getChildNodes() |
public XMLObject | getDelegate() |
public DocumentType | getDoctype() |
public Document | getDocument() |
public Element | getDocumentElement() |
public String | getDocumentURI() |
public DOMConfiguration | getDomConfig() |
protected XMLCDomFactory | getDomFactory() Method is not implemented yet. |
public Element | getElementById(String elementId) |
public NodeList | getElementsByTagName(String tagname) |
public NodeList | getElementsByTagNameNS(String namespaceURI, String localName) |
public String | getEncoding() |
public Object | getFeature(String arg0, String arg1) |
public Node | getFirstChild() |
public DOMImplementation | getImplementation() |
public String | getInputEncoding() |
public Node | getLastChild() |
public String | getLocalName() |
public String | getMIMEType() |
public String | getNamespaceURI() |
public Node | getNextSibling() |
public String | getNodeName() |
public short | getNodeType() |
public String | getNodeValue() |
public Document | getOwnerDocument() |
public Node | getParentNode() |
public String | getPrefix() |
public Node | getPreviousSibling() |
public boolean | getStandalone() |
public boolean | getStrictErrorChecking() |
public String | getTextContent() |
public Object | getUserData(String arg0) |
public String | getVersion() |
public String | getXmlEncoding() |
public boolean | getXmlStandalone() |
public String | getXmlVersion() |
public boolean | hasAttributes() |
public boolean | hasChildNodes() |
public Node | importNode(Node importedNode, boolean deep) |
public void | initFields() Old method to initialize the fields used by the generated access
methods from the current state of the document. |
public Node | insertBefore(Node newChild, Node refChild) |
public boolean | isDefaultNamespace(String arg0) |
public boolean | isEqualNode(Node arg0) |
public boolean | isSameNode(Node arg0) |
public boolean | isSupported(String feature, String version) |
public boolean | isURLAttribute(Element element, String attrName) |
public String | lookupNamespaceURI(String arg0) |
public String | lookupPrefix(String arg0) |
public void | normalize() |
public void | normalizeDocument() |
public Node | removeChild(Node oldChild) |
public Node | renameNode(Node arg0, String arg1, String arg2) |
public Node | replaceChild(Node newChild, Node oldChild) |
public void | setDelegate(XMLObject delegate) |
public void | setDocument(Document document, String mimeType, String encoding) Set the DOM document associated with this object and optional encoding. |
public void | setDocumentURI(String arg0) |
public void | setEncoding(String encoding) |
public void | setNodeValue(String nodeValue) |
public void | setPrefix(String prefix) |
public void | setStandalone(boolean standalone) |
public void | setStrictErrorChecking(boolean strictErrorChecking) |
public void | setTextContent(String arg0) |
public Object | setUserData(String arg0, Object arg1, UserDataHandler arg2) |
public void | setVersion(String version) |
public void | setXmlStandalone(boolean arg0) |
public void | setXmlVersion(String arg0) |
public void | syncAccessMethods() |
protected void | syncWithDocument(Node node) Method is not implemented yet. |
public String | toDocument() |