Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.DefaultNavigator
org.jaxen.xom.DocumentNavigator
public class DocumentNavigator
extends DefaultNavigator
XPath
Nested Class Summary | |
private static class | |
private static class |
|
Field Summary | |
private static long |
Method Summary | |
private boolean |
|
Iterator |
|
String |
|
String |
|
String |
|
String |
|
Iterator |
|
String |
|
Object |
|
Object |
|
String |
|
String |
|
String |
|
String |
|
Iterator |
|
String |
|
String |
|
Iterator |
|
Object |
|
Iterator |
|
Iterator |
|
String |
|
String |
|
String |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
XPath |
|
String |
|
private boolean addNamespaceForElement(Element elt, String uri, String prefix, Map map)
public Iterator getAttributeAxisIterator(Object o)
- Specified by:
- getAttributeAxisIterator in interface Navigator
- Overrides:
- getAttributeAxisIterator in interface DefaultNavigator
public String getAttributeName(Object o)
- Specified by:
- getAttributeName in interface Navigator
public String getAttributeNamespaceUri(Object o)
- Specified by:
- getAttributeNamespaceUri in interface Navigator
public String getAttributeQName(Object o)
- Specified by:
- getAttributeQName in interface Navigator
public String getAttributeStringValue(Object o)
- Specified by:
- getAttributeStringValue in interface Navigator
public Iterator getChildAxisIterator(Object o)
- Specified by:
- getChildAxisIterator in interface Navigator
- Overrides:
- getChildAxisIterator in interface DefaultNavigator
public String getCommentStringValue(Object o)
- Specified by:
- getCommentStringValue in interface Navigator
public Object getDocument(String s) throws FunctionCallException
- Specified by:
- getDocument in interface Navigator
- Overrides:
- getDocument in interface DefaultNavigator
public Object getDocumentNode(Object o)
- Specified by:
- getDocumentNode in interface Navigator
- Overrides:
- getDocumentNode in interface DefaultNavigator
public String getElementName(Object o)
- Specified by:
- getElementName in interface Navigator
public String getElementNamespaceUri(Object o)
- Specified by:
- getElementNamespaceUri in interface Navigator
public String getElementQName(Object o)
- Specified by:
- getElementQName in interface Navigator
public String getElementStringValue(Object o)
- Specified by:
- getElementStringValue in interface Navigator
public Iterator getNamespaceAxisIterator(Object o)
- Specified by:
- getNamespaceAxisIterator in interface Navigator
- Overrides:
- getNamespaceAxisIterator in interface DefaultNavigator
public String getNamespacePrefix(Object o)
- Specified by:
- getNamespacePrefix in interface Navigator
public String getNamespaceStringValue(Object o)
- Specified by:
- getNamespaceStringValue in interface Navigator
public Iterator getParentAxisIterator(Object o)
- Specified by:
- getParentAxisIterator in interface Navigator
- Overrides:
- getParentAxisIterator in interface DefaultNavigator
public Object getParentNode(Object o)
- Specified by:
- getParentNode in interface Navigator
- Overrides:
- getParentNode in interface DefaultNavigator
public Iterator getPrecedingAxisIterator(Object o) throws UnsupportedAxisException
- Specified by:
- getPrecedingAxisIterator in interface Navigator
- Overrides:
- getPrecedingAxisIterator in interface DefaultNavigator
public Iterator getPrecedingSiblingAxisIterator(Object o) throws UnsupportedAxisException
- Specified by:
- getPrecedingSiblingAxisIterator in interface Navigator
- Overrides:
- getPrecedingSiblingAxisIterator in interface DefaultNavigator
public String getProcessingInstructionData(Object o)
- Specified by:
- getProcessingInstructionData in interface Navigator
- Overrides:
- getProcessingInstructionData in interface DefaultNavigator
public String getProcessingInstructionTarget(Object o)
- Specified by:
- getProcessingInstructionTarget in interface Navigator
- Overrides:
- getProcessingInstructionTarget in interface DefaultNavigator
public String getTextStringValue(Object o)
- Specified by:
- getTextStringValue in interface Navigator
public boolean isProcessingInstruction(Object o)
- Specified by:
- isProcessingInstruction in interface Navigator
public XPath parseXPath(String s) throws SAXPathException
- Specified by:
- parseXPath in interface Navigator
public String translateNamespacePrefixToUri(String s, Object o)
- Specified by:
- translateNamespacePrefixToUri in interface Navigator
- Overrides:
- translateNamespacePrefixToUri in interface DefaultNavigator