|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.tp.DefaultNavigator
com.ricebridge.xmlman.in.XmlManNavigator
XML Manager Navigator for Jaxen.
| Nested Class Summary | |
class |
XmlManNavigator.NoneIterator
An empty Iterator. |
| Constructor Summary | |
XmlManNavigator()
|
|
| Method Summary | |
Iterator |
getAncestorAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getAncestorOrSelfAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getAttributeAxisIterator(Object contextNode)
Return no elements. |
String |
getAttributeName(Object attr)
Return empty String. |
String |
getAttributeNamespaceUri(Object attr)
Return empty String. |
String |
getAttributeQName(Object attr)
Return empty String. |
String |
getAttributeStringValue(Object attr)
Return empty String. |
Iterator |
getChildAxisIterator(Object contextNode)
Return no elements. |
String |
getCommentStringValue(Object comment)
Return empty String. |
Iterator |
getDescendantAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getDescendantOrSelfAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
String |
getElementName(Object pElement)
Get value from TreeNode. |
String |
getElementNamespaceUri(Object pElement)
Get value from TreeNode. |
String |
getElementQName(Object pElement)
Get value from TreeNode. |
String |
getElementStringValue(Object pElement)
Call toString method, or empty String if null. |
Iterator |
getFollowingAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getFollowingSiblingAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getNamespaceAxisIterator(Object contextNode)
Return no elements. |
String |
getNamespacePrefix(Object ns)
Return empty String. |
String |
getNamespaceStringValue(Object ns)
Return empty String. |
Iterator |
getParentAxisIterator(Object contextNode)
Return no elements. |
Iterator |
getPrecedingAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getPrecedingSiblingAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
Iterator |
getSelfAxisIterator(Object contextNode)
Return standard Jaxen XmlManNavigator.NoneIterator for this axis. |
String |
getTextStringValue(Object txt)
Return empty String. |
boolean |
isAttribute(Object object)
Return false. |
boolean |
isComment(Object object)
Return false. |
boolean |
isDocument(Object object)
Return false. |
boolean |
isElement(Object pObject)
True if TreeNode. |
boolean |
isNamespace(Object object)
Return false. |
boolean |
isProcessingInstruction(Object object)
Return false. |
boolean |
isText(Object object)
Return false. |
com.ricebridge.xmlman.tp.XPath |
parseXPath(String pPathString)
Use Jaxen BaseXPath object to parse. |
| Methods inherited from class com.ricebridge.xmlman.tp.DefaultNavigator |
getDocument, getDocumentNode, getElementById, getNodeType, getParentNode, getProcessingInstructionData, getProcessingInstructionTarget, translateNamespacePrefixToUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlManNavigator()
| Method Detail |
public String getElementNamespaceUri(Object pElement)
TreeNode.
public String getElementName(Object pElement)
TreeNode.
public String getElementQName(Object pElement)
TreeNode.
public String getAttributeNamespaceUri(Object attr)
String.
public String getAttributeName(Object attr)
String.
public String getAttributeQName(Object attr)
String.
public boolean isDocument(Object object)
false.
public boolean isElement(Object pObject)
TreeNode.
public boolean isAttribute(Object object)
false.
public boolean isNamespace(Object object)
false.
public boolean isComment(Object object)
false.
public boolean isText(Object object)
false.
public boolean isProcessingInstruction(Object object)
false.
public String getCommentStringValue(Object comment)
String.
public String getElementStringValue(Object pElement)
toString method, or empty String if null.
public String getAttributeStringValue(Object attr)
String.
public String getNamespaceStringValue(Object ns)
String.
public String getTextStringValue(Object txt)
String.
public String getNamespacePrefix(Object ns)
String.
public Iterator getChildAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getDescendantAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getParentAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getAncestorAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getFollowingSiblingAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getPrecedingSiblingAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getFollowingAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getPrecedingAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getAttributeAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getNamespaceAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getSelfAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getDescendantOrSelfAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public Iterator getAncestorOrSelfAxisIterator(Object contextNode)
throws com.ricebridge.xmlman.tp.UnsupportedAxisException
XmlManNavigator.NoneIterator for this axis.
com.ricebridge.xmlman.tp.UnsupportedAxisException
public com.ricebridge.xmlman.tp.XPath parseXPath(String pPathString)
throws com.ricebridge.xmlman.tp.saxpath.SAXPathException
BaseXPath object to parse.
com.ricebridge.xmlman.tp.saxpath.SAXPathException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||