BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.transformer
Class KeyManager

java.lang.Object
  |
  +--weblogic.apache.xalan.transformer.KeyManager

public class KeyManager
extends java.lang.Object

This class manages the key tables.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
KeyManager()
           
 
Method Summary
 LocPathIterator getNodeSetByKey(XPathContext xctxt, org.w3c.dom.Node doc, QName name, java.lang.String 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
 

Constructor Detail

KeyManager

public KeyManager()
Method Detail

getNodeSetByKey

public LocPathIterator getNodeSetByKey(XPathContext xctxt,
                                       org.w3c.dom.Node doc,
                                       QName name,
                                       java.lang.String ref,
                                       PrefixResolver nscontext)
                                throws javax.xml.transform.TransformerException
Given a valid element key, return the corresponding node list.

Parameters:
xctxt - The XPath runtime state
doc - The document node
name - The key element name
ref - The key value we're looking for
nscontext - The prefix resolver for the execution context
Returns:
A nodelist of nodes mathing the given key
Throws:
javax.xml.transform.TransformerException -  

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.