|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.transformer.KeyManager
public class KeyManager
This class manages the key tables.
Field Summary | |
---|---|
private java.util.Vector |
m_key_tables
Table of tables of element keys. |
Constructor Summary | |
---|---|
KeyManager()
|
Method Summary | |
---|---|
XNodeSet |
getNodeSetDTMByKey(XPathContext xctxt,
int doc,
QName name,
XMLString ref,
PrefixResolver nscontext)
Given a valid element key, return the corresponding node list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private transient java.util.Vector m_key_tables
KeyTable
Constructor Detail |
---|
public KeyManager()
Method Detail |
---|
public XNodeSet getNodeSetDTMByKey(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) throws javax.xml.transform.TransformerException
xctxt
- The XPath runtime statedoc
- The document nodename
- The key element nameref
- The key value we're looking fornscontext
- The prefix resolver for the execution context
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |