| java.lang.Object com.rimfaxe.xml.compatibility.NodeImpl com.rimfaxe.xml.compatibility.ElementImpl
ElementImpl | public class ElementImpl extends NodeImpl implements org.w3c.dom.Element(Code) | | Wrapper around a
com.rimfaxe.xml.xmlreader.Element sparta Element .
Copyright (C) 2002 Hewlett-Packard Company.
This file is part of Sparta, an XML Parser, DOM, and XPath library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU
Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of the License, or (at your option)
any later version. This library is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
version: $Date: 2002/10/30 16:41:39 $ $Revision: 1.2 $ author: Eamonn O'Brien-Strain author: Sergio Marti |
Method Summary | |
public org.w3c.dom.Node | appendChild(org.w3c.dom.Node node) | public org.w3c.dom.Node | cloneNode(boolean deep) Return clone of node. | public String | getAttribute(String name) | public String | getAttributeNS(String parm1, String parm2) | public Attr | getAttributeNode(String name) | public Attr | getAttributeNodeNS(String parm1, String parm2) | public NamedNodeMap | getAttributes() | public NodeList | getChildNodes() | public NodeList | getElementsByTagName(String tagName) | public NodeList | getElementsByTagNameNS(String parm1, String parm2) | public org.w3c.dom.Node | getFirstChild() | public org.w3c.dom.Node | getLastChild() | public String | getLocalName() | public String | getNamespaceURI() | public String | getNodeName() | public short | getNodeType() | public String | getNodeValue() | public org.w3c.dom.Node | getParentNode() | public String | getPrefix() | com.rimfaxe.xml.xmlreader.Element | getSpartanElement() | public String | getTagName() | public boolean | hasAttribute(String parm1) | public boolean | hasAttributeNS(String parm1, String parm2) | public boolean | hasAttributes() | public boolean | hasChildNodes() | public org.w3c.dom.Node | insertBefore(org.w3c.dom.Node parm1, org.w3c.dom.Node parm2) | public boolean | isSupported(String feature, String version) | public void | normalize() | public void | removeAttribute(String name) | public void | removeAttributeNS(String parm1, String parm2) | public Attr | removeAttributeNode(Attr parm1) | public org.w3c.dom.Node | removeChild(org.w3c.dom.Node child) | public org.w3c.dom.Node | replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild) | public void | setAttribute(String name, String value) | public void | setAttributeNS(String parm1, String parm2, String parm3) | public Attr | setAttributeNode(Attr parm1) | public Attr | setAttributeNodeNS(Attr attr) | public void | setNodeValue(String parm1) | public void | setPrefix(String parm1) |
getNodeType | public short getNodeType()(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | |
hasChildNodes | public boolean hasChildNodes()(Code) | | |
normalize | public void normalize()(Code) | | |
|
|