OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:templates
(Results
1 - 25
of
149
) sorted by null
1
2
3
4
5
6
/external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitable.java
21
package org.apache.xalan.
templates
;
ElemEmpty.java
21
package org.apache.xalan.
templates
;
ElemOtherwise.java
21
package org.apache.xalan.
templates
;
39
* @see org.apache.xalan.
templates
.Constants
ElemExtensionScript.java
21
package org.apache.xalan.
templates
;
95
* @see org.apache.xalan.
templates
.Constants
ElemVariablePsuedo.java
21
package org.apache.xalan.
templates
;
WhiteSpaceInfo.java
21
package org.apache.xalan.
templates
;
XMLNSDecl.java
21
package org.apache.xalan.
templates
;
XSLTVisitor.java
21
package org.apache.xalan.
templates
;
AVTPart.java
21
package org.apache.xalan.
templates
;
AVTPartSimple.java
21
package org.apache.xalan.
templates
;
ElemFallback.java
21
package org.apache.xalan.
templates
;
42
* @see org.apache.xalan.
templates
.Constants
ElemText.java
21
package org.apache.xalan.
templates
;
103
* @see org.apache.xalan.
templates
.Constants
VarNameCollector.java
21
package org.apache.xalan.
templates
;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFunction.java
23
import org.apache.xalan.
templates
.ElemApplyImport;
24
import org.apache.xalan.
templates
.ElemApplyTemplates;
25
import org.apache.xalan.
templates
.ElemAttribute;
26
import org.apache.xalan.
templates
.ElemCallTemplate;
27
import org.apache.xalan.
templates
.ElemComment;
28
import org.apache.xalan.
templates
.ElemCopy;
29
import org.apache.xalan.
templates
.ElemCopyOf;
30
import org.apache.xalan.
templates
.ElemElement;
31
import org.apache.xalan.
templates
.ElemExsltFuncResult;
32
import org.apache.xalan.
templates
.ElemExsltFunction
[
all
...]
ProcessorTemplate.java
23
import org.apache.xalan.
templates
.ElemTemplate;
24
import org.apache.xalan.
templates
.ElemTemplateElement;
38
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
39
* @param elem Must be a non-null reference to a {@link org.apache.xalan.
templates
.ElemTemplate} object.
WhitespaceInfoPaths.java
25
import org.apache.xalan.
templates
.Stylesheet;
26
import org.apache.xalan.
templates
.WhiteSpaceInfo;
ProcessorExsltFuncResult.java
23
import org.apache.xalan.
templates
.ElemExsltFuncResult;
24
import org.apache.xalan.
templates
.ElemExsltFunction;
25
import org.apache.xalan.
templates
.ElemParam;
26
import org.apache.xalan.
templates
.ElemTemplateElement;
27
import org.apache.xalan.
templates
.ElemVariable;
ProcessorGlobalParamDecl.java
23
import org.apache.xalan.
templates
.ElemParam;
24
import org.apache.xalan.
templates
.ElemTemplateElement;
40
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
61
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
ProcessorGlobalVariableDecl.java
23
import org.apache.xalan.
templates
.ElemTemplateElement;
24
import org.apache.xalan.
templates
.ElemVariable;
40
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
61
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
ProcessorText.java
23
import org.apache.xalan.
templates
.ElemTemplateElement;
24
import org.apache.xalan.
templates
.ElemText;
40
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
41
* @param elem non-null reference to a {@link org.apache.xalan.
templates
.ElemText}.
66
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
ProcessorStylesheetElement.java
26
import org.apache.xalan.
templates
.Stylesheet;
27
import org.apache.xalan.
templates
.StylesheetComposed;
28
import org.apache.xalan.
templates
.StylesheetRoot;
134
* @param handler non-null reference to current StylesheetHandler that is constructing the
Templates
.
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformState.java
25
import org.apache.xalan.
templates
.ElemTemplate;
26
import org.apache.xalan.
templates
.ElemTemplateElement;
/libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java
23
import javax.xml.transform.
Templates
;
31
* one for creating Transformers, the other for creating
Templates
53
* and {@link #newXMLFilter(
Templates
templates
)} methods are supported.
80
* ContentHandler events into a Result, based on the
Templates
argument.
82
* @param
templates
The compiled transformation instructions.
90
Templates
templates
) throws TransformerConfigurationException;
109
* ContentHandler events into a
Templates
object.
135
* Create an XMLFilter, based on the
Templates
argument.
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java
242
// org.apache.xalan.
templates
.ElemVariable vvar= getElemVariable();
260
public org.apache.xalan.
templates
.ElemVariable getElemVariable()
269
org.apache.xalan.
templates
.ElemVariable vvar = null;
272
if (null != owner && owner instanceof org.apache.xalan.
templates
.ElemTemplateElement)
275
org.apache.xalan.
templates
.ElemTemplateElement prev =
276
(org.apache.xalan.
templates
.ElemTemplateElement) owner;
278
if (!(prev instanceof org.apache.xalan.
templates
.Stylesheet))
280
while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.
templates
.Stylesheet) )
282
org.apache.xalan.
templates
.ElemTemplateElement savedprev = prev;
286
if(prev instanceof org.apache.xalan.
templates
.ElemVariable
[
all
...]
/development/build/
sdk.atree
89
# sdk.git Ant
templates
for project files
90
development/tools/
templates
/AndroidManifest.template platforms/${PLATFORM_NAME}/
templates
/AndroidManifest.template
91
development/tools/
templates
/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/
templates
/AndroidManifest.tests.template
92
development/tools/
templates
/java_file.template platforms/${PLATFORM_NAME}/
templates
/java_file.template
93
development/tools/
templates
/java_tests_file.template platforms/${PLATFORM_NAME}/
templates
/java_tests_file.template
94
development/tools/
templates
/layout.template platforms/${PLATFORM_NAME}/templates/layout.templat
[
all
...]
Completed in 1397 milliseconds
1
2
3
4
5
6