|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.PropertyNameList.PropertyName
javax.wvcm.PropertyNameList.AttributeName
javax.wvcm.SearchToken.XPathAttributeName
public static class SearchToken.XPathAttributeName
XPath-based pseudo-attribute
Field Summary |
---|
Constructor Summary | |
---|---|
SearchToken.XPathAttributeName(java.lang.String namespace,
java.lang.String name,
java.lang.String xpath)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getXpath()
Get the xpath expression of this pseudo-attribute |
Methods inherited from class javax.wvcm.PropertyNameList.AttributeName |
---|
equals, getNamespace, hashCode |
Methods inherited from class javax.wvcm.PropertyNameList.PropertyName |
---|
getString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SearchToken.XPathAttributeName(java.lang.String namespace, java.lang.String name, java.lang.String xpath)
namespace
- a Stringname
- a Stringxpath
- a StringMethod Detail |
---|
public java.lang.String getXpath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |