| org.ozoneDB.xml.dom.NodeImpl org.ozoneDB.xml.dom.AttrImpl
serialVersionUID | final static long serialVersionUID(Code) | | |
AttrImpl | AttrImpl(DocumentImpl owner, String name, String defValue)(Code) | | Hidden constructor for attribute. Note that value is the DTD's
default value for this attribute, it is not the value specified in the XML
document. The value specified in the XML document should be passed by
calling
AttrImpl.setValue explicitly.
The attribute name is case sensitive for XML, but is case insensitive and
all lower case for HTML documents. owner must point to a valid
document object.
Parameters: owner - The owner document Parameters: name - The attribute's name Parameters: value - The attribute's value as specified in the DTD or null |
AttrImpl | public AttrImpl()(Code) | | |
cloneInto | public synchronized void cloneInto(NodeProxy into, boolean deep)(Code) | | |
cloneNode | final public Node cloneNode(boolean deep)(Code) | | |
getNodeType | final public short getNodeType()(Code) | | |
getSpecified | final public boolean getSpecified()(Code) | | |
setSpecified | public void setSpecified(boolean value)(Code) | | |
supportsChildern | protected boolean supportsChildern()(Code) | | |
|
|