A generic node interface. The idea is that implementors could
be W3C nodes or not.
getDocumentItem
public Object getDocumentItem(String name)
getFullURL
public java.net.URL getFullURL(String spec)
throws MalformedURLException
getParentModelNode
public ModelNode getParentModelNode()
isEqualOrDescendentOf
public boolean isEqualOrDescendentOf(ModelNode otherNode)
setDocumentItem
public void setDocumentItem(String name,
Object value)
Sets a document item. A radio button, for example,
can use this to set button group state.
warn
public void warn(String message,
Throwable err)