HomeSort by relevance Sort by last modified time
    Searched refs:KeyDeclaration (Results 1 - 8 of 8) 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/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 111 milliseconds