|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.appframe.settings.IlvSettingsNode
public abstract class IlvSettingsNode
Defines nodes that are returned by selection queries to IlvSettings
instances.
| Field Summary | |
|---|---|
static short |
ATTRIBUTE_NODE
Node type that identifies attribute nodes, instances of the IlvSettingsAttribute class. |
static short |
ELEMENT_NODE
Node type that identifies element nodes, instances of the IlvSettingsElement class. |
static short |
ROOT_ELEMENT_NODE
Node type that identifies element nodes that are root elements. |
| Method Summary | |
|---|---|
short |
compareDocumentPosition(Node other)
|
String |
getBaseURI()
|
Object |
getFeature(String feature,
String version)
|
abstract short |
getNodeType()
Returns the type of this node. |
IlvSettingsElement |
getParent()
Returns the parent element that contains this node. |
Node |
getParentNode()
The parent of this node. |
IlvSettings |
getSettings()
Returns the settings that have created this settings node. |
String |
getTextContent()
|
Object |
getUserData(String key)
|
boolean |
isDefaultNamespace(String namespaceURI)
|
boolean |
isEqualNode(Node arg)
|
boolean |
isSameNode(Node other)
|
String |
lookupNamespaceURI(String prefix)
|
String |
lookupPrefix(String namespaceURI)
|
abstract boolean |
matchType(String type)
Determines whether this node matches the specified type. |
void |
setTextContent(String textContent)
|
Object |
setUserData(String key,
Object data,
UserDataHandler handler)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Field Detail |
|---|
public static short ATTRIBUTE_NODE
IlvSettingsAttribute class.
public static short ELEMENT_NODE
IlvSettingsElement class.
public static short ROOT_ELEMENT_NODE
| Method Detail |
|---|
public String getBaseURI()
getBaseURI in interface Node
public short compareDocumentPosition(Node other)
throws DOMException
compareDocumentPosition in interface NodeDOMException
public String getTextContent()
throws DOMException
getTextContent in interface NodeDOMException
public void setTextContent(String textContent)
throws DOMException
setTextContent in interface NodeDOMExceptionpublic boolean isSameNode(Node other)
isSameNode in interface Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix in interface Nodepublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI in interface Nodepublic boolean isEqualNode(Node arg)
isEqualNode in interface Node
public Object getFeature(String feature,
String version)
getFeature in interface Node
public Object setUserData(String key,
Object data,
UserDataHandler handler)
setUserData in interface Nodepublic Object getUserData(String key)
getUserData in interface Nodepublic IlvSettings getSettings()
public abstract short getNodeType()
ATTRIBUTE_NODE for attribute nodes.ELEMENT_NODE for element nodes.
getNodeType in interface Nodepublic IlvSettingsElement getParent()
null, if this node is
a root element within its model.public abstract boolean matchType(String type)
type - The type to compare the type of the node with.
true if the specified type is null
or equal to "*"; true is also returned
if the type of the node is equal to the specified type; false
otherwise.public Node getParentNode()
null.
getParentNode in interface Node
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||