| org.ozoneDB.xml.dom.NodeImpl org.ozoneDB.xml.dom.ElementImpl org.ozoneDB.xml.XMLElement
_userObject | protected Object _userObject(Code) | | Holds a user object. Any object can be associated with this element
using the appropriate set/get methods.
|
XMLElement | public XMLElement(Document owner, String tagName)(Code) | | Constructor requires owner document and element tag name. This will be
provided when an element of this or a derived class is being constructed
by an
XMLDocument . The arguments must pass to this constructor
unaffected. Derived classes must implement at least one constructor with
the exact same signature to support element class registration; this
requirement is relaxed if an external element factory is used.
Parameters: owner - The owner document Parameters: tagName - The element's tag name |
XMLElement | public XMLElement()(Code) | | |
getID | public String getID()(Code) | | Returns the identifier of this element. Unless specifies otherwise in
the DTD, this would be the value of the id attribute. It may
be a textual value or null.
The identifier of this element |
getUserObject | public Object getUserObject()(Code) | | Returns the user object associated with this element. There is no limit
on what the user object may hold.
The user object |
setUserObject | public void setUserObject(Object userObject)(Code) | | Associates this element with a user object. There is no limit on what
the user object may hold.
Parameters: userObject - The user object |
Methods inherited from org.ozoneDB.xml.dom.ElementImpl | final public synchronized AttrProxy appendAttr(AttrProxy newAttr)(Code)(Java Doc) final public Object clone()(Code)(Java Doc) public synchronized void cloneInto(NodeProxy into, boolean deep)(Code)(Java Doc) final public Node cloneNode(boolean deep)(Code)(Java Doc) final public Enumeration elements()(Code)(Java Doc) public synchronized boolean equals(Object other)(Code)(Java Doc) final public synchronized String getAttribute(String name)(Code)(Java Doc) public java.lang.String getAttributeNS(java.lang.String namespaceURI, java.lang.String localName)(Code)(Java Doc) final public Attr getAttributeNode(String name)(Code)(Java Doc) public Attr getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)(Code)(Java Doc) final public NamedNodeMap getAttributes()(Code)(Java Doc) final public synchronized NodeList getElementsByTagName(String tagName)(Code)(Java Doc) public NodeList getElementsByTagNameNS(java.lang.String namespaceURI, java.lang.String localName)(Code)(Java Doc) public int getLength()(Code)(Java Doc) final public synchronized Attr getNamedAttr(String name)(Code)(Java Doc) final public synchronized Node getNamedItem(String name)(Code)(Java Doc) public Node getNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)(Code)(Java Doc) final public short getNodeType()(Code)(Java Doc) final public String getTagName()(Code)(Java Doc) public boolean hasAttribute(String name)(Code)(Java Doc) public boolean hasAttributeNS(String namespaceURI, String localname)(Code)(Java Doc) public boolean hasAttributes()(Code)(Java Doc) public void init(NodeProxy owner, Dictionary dictionary)(Code)(Java Doc) final public synchronized Node item(int index)(Code)(Java Doc) final public synchronized void normalize()(Code)(Java Doc) public void onDelete() throws Exception(Code)(Java Doc) public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException(Code)(Java Doc) final public synchronized AttrProxy removeAttr(AttrProxy oldAttr) throws DOMException(Code)(Java Doc) final public synchronized void removeAttribute(String name)(Code)(Java Doc) public void removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName) throws DOMException(Code)(Java Doc) final public synchronized Attr removeAttributeNode(Attr oldAttr)(Code)(Java Doc) final public synchronized Node removeNamedItem(String name) throws DOMException(Code)(Java Doc) public Node removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName) throws DOMException(Code)(Java Doc) public void setAttrCount(int count)(Code)(Java Doc) final public synchronized void setAttribute(String name, String value) throws DOMException(Code)(Java Doc) public void setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value) throws DOMException(Code)(Java Doc) final public synchronized Attr setAttributeNode(Attr newAttr) throws DOMException(Code)(Java Doc) public Attr setAttributeNodeNS(Attr newAttr) throws DOMException(Code)(Java Doc) public void setFirstAttr(Attr attribute)(Code)(Java Doc) public void setLastAttr(Attr attribute)(Code)(Java Doc) final public Node setNamedItem(Node arg) throws DOMException(Code)(Java Doc) public Node setNamedItemNS(Node arg) throws DOMException(Code)(Java Doc) final public void setNodeValue(String value)(Code)(Java Doc) protected boolean supportsChildern()(Code)(Java Doc) public String toString()(Code)(Java Doc) public void writeExternal(ObjectOutput out) throws IOException(Code)(Java Doc)
|
|
|