|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlXPathExpression | |
|---|---|
| org.compass.core.mapping.xsem | |
| org.compass.core.xml | |
| org.compass.core.xml.dom4j | |
| org.compass.core.xml.javax | |
| org.compass.core.xml.jdom | |
| Uses of XmlXPathExpression in org.compass.core.mapping.xsem |
|---|
| Methods in org.compass.core.mapping.xsem that return XmlXPathExpression | |
|---|---|
XmlXPathExpression |
XPathEnabledMapping.getXPathExpression()
|
XmlXPathExpression |
XmlPropertyMapping.getXPathExpression()
|
XmlXPathExpression |
XmlObjectMapping.getXPathExpression()
|
| Methods in org.compass.core.mapping.xsem with parameters of type XmlXPathExpression | |
|---|---|
void |
XPathEnabledMapping.setXPathExpression(XmlXPathExpression xpathExpression)
|
void |
XmlPropertyMapping.setXPathExpression(XmlXPathExpression xpathExpression)
|
void |
XmlObjectMapping.setXPathExpression(XmlXPathExpression xpathExpression)
|
| Uses of XmlXPathExpression in org.compass.core.xml |
|---|
| Methods in org.compass.core.xml that return XmlXPathExpression | |
|---|---|
XmlXPathExpression |
XmlObject.compile(String path)
Compiles the given xpath expression. |
XmlXPathExpression |
RawXmlObject.compile(String path)
|
| Uses of XmlXPathExpression in org.compass.core.xml.dom4j |
|---|
| Classes in org.compass.core.xml.dom4j that implement XmlXPathExpression | |
|---|---|
class |
Dom4jXmlXPathExpression
A dom4j (http://www.dom4j.org) implementation of XmlXPathExpression. |
| Methods in org.compass.core.xml.dom4j that return XmlXPathExpression | |
|---|---|
XmlXPathExpression |
Dom4jXmlObject.compile(String path)
Compiles the given xpath expression using dom4j DefaultXPath. |
| Uses of XmlXPathExpression in org.compass.core.xml.javax |
|---|
| Classes in org.compass.core.xml.javax that implement XmlXPathExpression | |
|---|---|
class |
XPathXmlXPathExpression
A java 5 implementation of XmlXPathExpression wrapping a XPathExpression. |
| Methods in org.compass.core.xml.javax that return XmlXPathExpression | |
|---|---|
XmlXPathExpression |
NodeXmlObject.compile(String path)
Compiles the given xpath expression. |
| Uses of XmlXPathExpression in org.compass.core.xml.jdom |
|---|
| Classes in org.compass.core.xml.jdom that implement XmlXPathExpression | |
|---|---|
class |
JDomXmlXPathExpression
A JDOM (http://www.jdom.org) implementation of XmlXPathExpression. |
| Methods in org.compass.core.xml.jdom that return XmlXPathExpression | |
|---|---|
XmlXPathExpression |
JDomXmlObject.compile(String path)
Compiles the given xpath expression using JDMO XPath.newInstance(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||