com.free2be.dimensions.device.profile
Class DeviceProfileComponent
java.lang.Object
com.free2be.dimensions.device.profile.DeviceProfileComponent
- All Implemented Interfaces:
- java.io.Serializable
public class DeviceProfileComponent
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
protected static java.lang.Boolean |
getBoolean(java.lang.String path,
org.dom4j.Node node)
|
protected static java.util.List |
getNodes(java.lang.String xPath,
org.dom4j.Node node)
|
protected static java.lang.String |
getString(java.lang.String localPath,
org.dom4j.Node node)
|
protected static java.util.List |
getStrings(java.lang.String xPath,
org.dom4j.Node node)
the xpath should point to the nodes that contain the desired text values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceProfileComponent
public DeviceProfileComponent()
getString
protected static java.lang.String getString(java.lang.String localPath,
org.dom4j.Node node)
getBoolean
protected static java.lang.Boolean getBoolean(java.lang.String path,
org.dom4j.Node node)
getNodes
protected static java.util.List getNodes(java.lang.String xPath,
org.dom4j.Node node)
getStrings
protected static java.util.List getStrings(java.lang.String xPath,
org.dom4j.Node node)
- the xpath should point to the nodes that contain the desired text values.
this will add the text() function to the end of the xpath.