Enhydra 3.1 API

org.apache.xalan.xpath
Class KeyDeclaration

java.lang.Object
  |
  +--org.apache.xalan.xpath.KeyDeclaration

public class KeyDeclaration
extends java.lang.Object

Holds the attribute declarations for the xsl:keys element.


Field Summary
static int BUILDING
           
static int BUILT
           
 int m_buildState
           
 XPath m_match
           
 java.lang.String m_name
           
 XPath m_use
           
static int UNBUILT
           
 
Constructor Summary
KeyDeclaration(java.lang.String name, XPath matchPattern, XPath use)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

public java.lang.String m_name

m_match

public XPath m_match

m_use

public XPath m_use

UNBUILT

public static int UNBUILT

BUILDING

public static int BUILDING

BUILT

public static int BUILT

m_buildState

public int m_buildState
Constructor Detail

KeyDeclaration

public KeyDeclaration(java.lang.String name,
                      XPath matchPattern,
                      XPath use)

Enhydra 3.1 API