|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xpath.KeyDeclaration
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 |
public java.lang.String m_name
public XPath m_match
public XPath m_use
public static int UNBUILT
public static int BUILDING
public static int BUILT
public int m_buildState
Constructor Detail |
public KeyDeclaration(java.lang.String name, XPath matchPattern, XPath use)
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |