HomeSort by relevance Sort by last modified time
    Searched refs:templates (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemText.java 21 package org.apache.xalan.templates;
103 * @see org.apache.xalan.templates.Constants
VarNameCollector.java 21 package org.apache.xalan.templates;
XUnresolvedVariableSimple.java 21 package org.apache.xalan.templates;
AbsPathChecker.java 21 package org.apache.xalan.templates;
ElemApplyImport.java 21 package org.apache.xalan.templates;
43 * @see org.apache.xalan.templates.Constants
ElemExsltFuncResult.java 21 package org.apache.xalan.templates;
77 * @see org.apache.xalan.templates.Constants
87 * @see org.apache.xalan.templates.Constants
ElemMessage.java 21 package org.apache.xalan.templates;
81 * @see org.apache.xalan.templates.Constants
ElemUnknown.java 21 package org.apache.xalan.templates;
38 * @see org.apache.xalan.templates.Constants
ElemWhen.java 21 package org.apache.xalan.templates;
77 * @see org.apache.xalan.templates.Constants
NamespaceAlias.java 21 package org.apache.xalan.templates;
  /libcore/luni/src/main/java/org/apache/xpath/
VariableStack.java 511 if (prefixResolver instanceof org.apache.xalan.templates.ElemTemplateElement)
514 org.apache.xalan.templates.ElemVariable vvar;
516 org.apache.xalan.templates.ElemTemplateElement prev =
517 (org.apache.xalan.templates.ElemTemplateElement) prefixResolver;
519 if (!(prev instanceof org.apache.xalan.templates.Stylesheet))
521 while ( !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) )
523 org.apache.xalan.templates.ElemTemplateElement savedprev = prev;
527 if (prev instanceof org.apache.xalan.templates.ElemVariable)
529 vvar = (org.apache.xalan.templates.ElemVariable) prev;
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ExtensionHandler.java 28 import org.apache.xalan.templates.ElemTemplateElement;
29 import org.apache.xalan.templates.Stylesheet;
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java 25 import org.apache.xalan.templates.ElemAttributeSet;
26 import org.apache.xalan.templates.ElemTemplateElement;
94 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorPreserveSpace.java 25 import org.apache.xalan.templates.Stylesheet;
26 import org.apache.xalan.templates.WhiteSpaceInfo;
ProcessorStripSpace.java 25 import org.apache.xalan.templates.Stylesheet;
26 import org.apache.xalan.templates.WhiteSpaceInfo;
XSLTSchema.java 25 import org.apache.xalan.templates.Constants;
26 import org.apache.xalan.templates.ElemApplyImport;
27 import org.apache.xalan.templates.ElemApplyTemplates;
28 import org.apache.xalan.templates.ElemAttribute;
29 import org.apache.xalan.templates.ElemCallTemplate;
30 import org.apache.xalan.templates.ElemChoose;
31 import org.apache.xalan.templates.ElemComment;
32 import org.apache.xalan.templates.ElemCopy;
33 import org.apache.xalan.templates.ElemCopyOf;
34 import org.apache.xalan.templates.ElemElement
    [all...]
ProcessorCharacters.java 25 import org.apache.xalan.templates.ElemTemplateElement;
26 import org.apache.xalan.templates.ElemText;
27 import org.apache.xalan.templates.ElemTextLiteral;
45 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
100 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
ProcessorDecimalFormat.java 23 import org.apache.xalan.templates.DecimalFormatProperties;
30 * @see org.apache.xalan.templates.Stylesheet#setDecimalFormat
31 * @see org.apache.xalan.templates.DecimalFormatProperties
ProcessorLRE.java 30 import org.apache.xalan.templates.Constants;
31 import org.apache.xalan.templates.ElemExtensionCall;
32 import org.apache.xalan.templates.ElemLiteralResult;
33 import org.apache.xalan.templates.ElemTemplate;
34 import org.apache.xalan.templates.ElemTemplateElement;
35 import org.apache.xalan.templates.Stylesheet;
36 import org.apache.xalan.templates.StylesheetRoot;
37 import org.apache.xalan.templates.XMLNSDecl;
47 * like one. The actual {@link org.apache.xalan.templates.ElemTemplateElement}
48 * produced may be a {@link org.apache.xalan.templates.ElemLiteralResult},
    [all...]
ProcessorKey.java 28 import org.apache.xalan.templates.KeyDeclaration;
88 org.apache.xalan.templates.ElemTemplateElement target)
  /external/openssl/crypto/asn1/
tasn_fre.c 100 if (it->templates)
101 ASN1_template_free(pval, it->templates);
121 tt = it->templates + i;
162 tt = it->templates + it->tcount - 1;
tasn_new.c 132 if (it->templates)
134 if (!ASN1_template_new(pval, it->templates))
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
246 if (it->templates)
247 asn1_template_clear(pval, it->templates);
  /external/webkit/WebKitTools/Scripts/
make-script-test-wrappers 29 # Script to generate HTML wrappers for JavaScript tests from templates
60 my @templates = findTemplateFiles(@ARGV);
62 for my $tfile (@templates) {
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 27 import javax.xml.transform.Templates;
44 private Templates m_templates;
57 public TrAXFilter (Templates templates)
60 m_templates = templates;
61 m_transformer = (TransformerImpl)templates.newTransformer();
  /build/tools/droiddoc/test/stubs/
func.sh 45 -templatedir tools/droiddoc/templates \
54 && cp -fr tools/droiddoc/templates/assets/* $OBJ_DIR/docs/assets/ \

Completed in 514 milliseconds

12 3 4 5 6