OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyDeclaration
(Results
1 - 7
of
7
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java
29
import org.apache.xalan.templates.
KeyDeclaration
;
116
KeyDeclaration
kd = (
KeyDeclaration
) keys.elementAt(i);
KeyTable.java
28
import org.apache.xalan.templates.
KeyDeclaration
;
54
* Vector of
KeyDeclaration
instances holding the key declarations.
167
KeyDeclaration
kd = (
KeyDeclaration
) m_keyDeclarations.elementAt(i);
202
KeyDeclaration
keyDeclaration
=
203
(
KeyDeclaration
) keyDecls.elementAt(keyDeclIdx);
205
keyDeclaration
.getUse().execute(xctxt,
/external/apache-xml/src/main/java/org/apache/xalan/templates/
KeyDeclaration.java
19
* $Id:
KeyDeclaration
.java 468643 2006-10-28 06:56:03Z minchau $
35
public class
KeyDeclaration
extends ElemTemplateElement
45
public
KeyDeclaration
(Stylesheet parentNode, int docOrderNumber)
Stylesheet.java
807
* @param v
KeyDeclaration
element to add to the list of key declarations
809
public void setKey(
KeyDeclaration
v)
822
* @param i Index of
KeyDeclaration
element to get
824
* @return
KeyDeclaration
element at given index in list
828
public
KeyDeclaration
getKey(int i) throws ArrayIndexOutOfBoundsException
834
return (
KeyDeclaration
) m_keyDeclarations.elementAt(i);
[
all
...]
StylesheetRoot.java
653
* @param keyDecl A
KeyDeclaration
to be added to the vector of key declarations.
655
void recomposeKeys(
KeyDeclaration
keyDecl)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java
28
import org.apache.xalan.templates.
KeyDeclaration
;
69
KeyDeclaration
kd = new
KeyDeclaration
(handler.getStylesheet(), handler.nextUid());
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 610 milliseconds