Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.lobobrowser.js.AbstractScriptableDelegate
org.lobobrowser.html.domimpl.NodeImpl
org.lobobrowser.html.domimpl.AttrImpl
Field Summary |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document , logger , nodeList , notificationsSuspended , parentNode , treeLock , uiNode |
Constructor Summary | |
| |
|
Method Summary | |
protected Node |
|
String | |
String |
|
String | |
short | |
String | |
Element | |
TypeInfo | |
boolean | |
String |
|
boolean |
|
void |
|
void |
|
void |
|
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable , setScriptable |
public AttrImpl(String name)
- Parameters:
name
-
public AttrImpl(String name, String value, boolean specified, Element owner, boolean isId)
- Parameters:
name
-value
-
protected Node createSimilarNode()
Should create a node with some cloned properties, like the node name, but not attributes or children.
- Overrides:
- createSimilarNode in interface NodeImpl
public String getName()
public String getNodeValue() throws DOMException
- Overrides:
- getNodeValue in interface NodeImpl
public Element getOwnerElement()
public TypeInfo getSchemaTypeInfo()
public boolean getSpecified()
public String getValue()
public boolean isId()
public void setId(boolean value)
public void setNodeValue(String nodeValue) throws DOMException
- Overrides:
- setNodeValue in interface NodeImpl
public void setValue(String value) throws DOMException