|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.pattern.Key
Key represents the key-element.
Constructor Summary | |
Key(Pattern pattern,
Expression use,
int index)
Create a Key. |
Method Summary | |
void |
addNext(Key key)
|
KeyMap |
buildKeyMap(XsltContext context,
XPathNode root)
Build the KeyMap of this Key for a document. |
int |
getIndex()
Return the key index among all Keys of the stylesheet. |
Pattern |
getMatch()
|
Key |
getNext()
|
Expression |
getUse()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Key(Pattern pattern, Expression use, int index)
Method Detail |
public void addNext(Key key)
public Key getNext()
public int getIndex()
public Expression getUse()
public Pattern getMatch()
public KeyMap buildKeyMap(XsltContext context, XPathNode root)
context
- the evaluation contextroot
- the root of the document for which the
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |