|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.adapter.utils.NodeAttributeHelper
public final class NodeAttributeHelper
Helper class to find value of attributes from an XML Node object.
| Constructor Summary | |
|---|---|
NodeAttributeHelper()Creats an empty helper. |
|
NodeAttributeHelper(NamedNodeMap namedMap)Creates the object from a NamedNodeMap. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue(java.lang.String name)Gets the value of the attribute. |
boolean |
getValueBoolean(java.lang.String name)Gets the value of the attribute. |
int |
getValueInt(java.lang.String name)Gets the value of the attribute. |
void |
setNamedNodeMap(NamedNodeMap namedMap)Sets the name node map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeAttributeHelper()
public NodeAttributeHelper(NamedNodeMap namedMap)
NamedNodeMap.| Method Detail |
|---|
public void setNamedNodeMap(NamedNodeMap namedMap)
public java.lang.String getValue(java.lang.String name)
name - Name of the attribute.public boolean getValueBoolean(java.lang.String name)
name - Name of the attribute.public int getValueInt(java.lang.String name)
name - Name of the attribute.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||