|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeMarker
Identifies and presents a node in the system.
| Method Summary | |
|---|---|
java.lang.String |
getDescription(org.w3c.dom.Node node)
The description is normally used to provide more information for the object or the nature of the object, this information is generally not readily available but will appear after a user-action, like moving the mouse over a representation of the object, for instance as a tool-tip |
javax.swing.Icon |
getIcon(org.w3c.dom.Node node)
The icon is normally used to identify the object type and state. |
java.lang.String |
getName(org.w3c.dom.Node node)
The name is normally used to (uniquely) identify the object in a view. |
java.util.List<javax.xml.namespace.QName> |
getRootElementNames()
Return the document root element names, since it is deemed too 'expensive' to execute an XPath for every document these root-element-names are used to 'quickly' identify the XML documents the XPathExpression should be executed on, this method is not allowed to return null. |
javax.xml.xpath.XPathExpression |
getXPathExpression()
Return a XPath expression which associates the Service with the specific XML Node(s). |
| Methods inherited from interface org.xngr.Marker |
|---|
getIdentifier |
| Method Detail |
|---|
java.util.List<javax.xml.namespace.QName> getRootElementNames()
javax.xml.xpath.XPathExpression getXPathExpression()
javax.swing.Icon getIcon(org.w3c.dom.Node node)
object - the object to return the icon for. Note: the provided object
should not be modified.
java.lang.String getName(org.w3c.dom.Node node)
object - the object to return the name for. Note: the provided object
should not be modified.
java.lang.String getDescription(org.w3c.dom.Node node)
object - the object to return the description for. Note: the provided
object should not be modified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||