/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
ProcessorExsltFunction.java | 21 package org.apache.xalan.processor; 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 [all...] |
ProcessorExsltFuncResult.java | 21 package org.apache.xalan.processor; 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;
|
package.html | 20 <title>Xalan Processor Package.</title> 27 It registers the {@link org.apache.xalan.processor.StylesheetHandler} object 31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema}, 32 which uses {@link org.apache.xalan.processor.XSLTElementDef} 33 and {@link org.apache.xalan.processor.XSLTAttributeDef} objects to 36 {@link org.apache.xalan.processor.XSLTElementProcessor} which the
|
ProcessorTemplate.java | 21 package org.apache.xalan.processor; 23 import org.apache.xalan.templates.ElemTemplate; 24 import org.apache.xalan.templates.ElemTemplateElement; 39 * @param elem Must be a non-null reference to a {@link org.apache.xalan.templates.ElemTemplate} object.
|
ProcessorDecimalFormat.java | 21 package org.apache.xalan.processor; 23 import org.apache.xalan.templates.DecimalFormatProperties; 30 * @see org.apache.xalan.templates.Stylesheet#setDecimalFormat 31 * @see org.apache.xalan.templates.DecimalFormatProperties 54 * @see org.apache.xalan.processor.StylesheetHandler#startElement 55 * @see org.apache.xalan.processor.StylesheetHandler#endElement
|
XSLProcessorVersion.src | 21 package org.apache.xalan.processor; 25 * the Xalan release. 26 * <P>See also: org/apache/xalan/res/XSLTInfo.properties</P> 27 * @deprecated To be replaced by org.apache.xalan.Version.getVersion() 46 public static final String PRODUCT = "Xalan"; 107 * Version String like <CODE>"<B>Xalan</B> <B>Language</B>
|
WhitespaceInfoPaths.java | 21 package org.apache.xalan.processor; 25 import org.apache.xalan.templates.Stylesheet; 26 import org.apache.xalan.templates.WhiteSpaceInfo;
|
ProcessorLRE.java | 21 package org.apache.xalan.processor; 28 import org.apache.xalan.res.XSLMessages; 29 import org.apache.xalan.res.XSLTErrorResources; 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 [all...] |
XSLTSchema.java | 21 package org.apache.xalan.processor; 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 [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
output_html.properties | 31 # Xalan-specific output properties. These can be overridden in the stylesheet 32 # assigning a xalan namespace. For example: 35 # xmlns:xalan="http://xml.apache.org/xalan"> 37 # xalan:content-handler="MyContentHandler"/> 40 {http\u003a//xml.apache.org/xalan}indent-amount=0 41 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToHTMLStream 42 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/HTMLEntities 43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes 44 {http\u003a//xml.apache.org/xalan}omit-meta-tag=n [all...] |
output_text.properties | 28 # Xalan-specific output properties. These can be overridden in the stylesheet 29 # assigning a xalan namespace. For example: 32 # xmlns:xalan="http://xml.apache.org/xalan"> 34 # xalan:content-handler="MyContentHandler"/> 37 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToTextStream
|
output_xml.properties | 34 # Xalan-specific output properties. These can be overridden in the stylesheet 35 # assigning a xalan namespace. For example: 38 # xmlns:xalan="http://xml.apache.org/xalan"> 40 # xalan:content-handler="MyContentHandler"/> 43 {http\u003a//xml.apache.org/xalan}indent-amount=0 44 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToXMLStream 45 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/XMLEntities
|
output_unknown.properties | 35 # Xalan-specific output properties. These can be overridden in the stylesheet 36 # assigning a xalan namespace. For example: 39 # xmlns:xalan="http://xml.apache.org/xalan"> 41 # xalan:content-handler="MyContentHandler"/> 44 {http\u003a//xml.apache.org/xalan}indent-amount=0 45 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToUnknownStream
|
TransformStateSetter.java | 28 * TransformState, but which as only the setters which have non Xalan 30 * of the serializer on Xalan. 33 * used by Xalan. 35 * @see org.apache.xalan.transformer.TransformState
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 21 package org.apache.xalan.xslt; 44 * java org.apache.xalan.xslt.EnvironmentCheck [-out outFile] 57 * xmlns:xalan="http://xml.apache.org/xalan" 58 * exclude-result-prefixes="xalan"> 61 * <xsl:copy-of select="xalan:checkEnvironment()"/> 66 * <p>Xalan users reporting problems are encouraged to use this class 73 * <p>Also see http://xml.apache.org/xalan-j/faq.html</p> 83 * Xalan, DOM/SAX/JAXP, etc. are not present.</p> 139 * and CLASSPATH settings that affect Xalan [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
package.html | 20 <title>Xalan Templates Package.</title> 25 <p>{@link org.apache.xalan.templates.StylesheetRoot} implements the {@link javax.xml.transform.Templates} interface, and 26 extends {@link org.apache.xalan.templates.StylesheetComposed}, 27 which is a {@link org.apache.xalan.templates.Stylesheet} composed of itself 32 construction of the data (the org.apache.xalan.processor package) or with the transformation (the org.apache.xalan.transformer 34 <p>{@link org.apache.xalan.templates.ElemTemplateElement} is the superclass of
|
ElemExsltFuncResult.java | 21 package org.apache.xalan.templates; 25 import org.apache.xalan.transformer.TransformerImpl; 77 * @see org.apache.xalan.templates.Constants 87 * @see org.apache.xalan.templates.Constants
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
XalanTransformState.java | 22 package org.apache.xalan.transformer; 26 import org.apache.xalan.templates.ElemTemplate; 27 import org.apache.xalan.templates.ElemTemplateElement; 76 * @see org.apache.xalan.transformer.TransformState#getCurrentElement() 86 * @see org.apache.xalan.transformer.TransformState#getCurrentNode() 98 * @see org.apache.xalan.transformer.TransformState#getCurrentTemplate() 108 * @see org.apache.xalan.transformer.TransformState#getMatchedTemplate() 118 * @see org.apache.xalan.transformer.TransformState#getMatchedNode() 132 * @see org.apache.xalan.transformer.TransformState#getContextNodeList() 142 * @see org.apache.xalan.transformer.TransformState#getTransformer( [all...] |
XalanProperties.java | 22 package org.apache.xalan.transformer; 26 * Xalan. 34 = "http://xml.apache.org/xalan/properties/source-location";
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionNamespacesManager.java | 21 package org.apache.xalan.extensions; 25 import org.apache.xalan.templates.Constants; 185 "org.apache.xalan.extensions.ExtensionHandlerJavaClass", 192 "org.apache.xalan.extensions.ExtensionHandlerJavaPackage", 211 String handlerClassName = "org.apache.xalan.extensions.ExtensionHandlerJavaPackage"; 226 handlerClassName = "org.apache.xalan.extensions.ExtensionHandlerJavaClass"; 228 lib = "org.apache.xalan.lib.Extensions"; 236 // Xalan extension namespaces (redirect, pipe and SQL). 238 lib = "org.apache.xalan.lib.Redirect"; 243 lib = "org.apache.xalan.lib.PipeDocument" [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
package.html | 20 <title>Xalan utilities.</title> 22 <p>Implementation of Xalan utility classes. This package is also shared by XPath. 23 There *should* be no outward dependencies to XPath or Xalan by classes in this package.<p>
|
Constants.java | 67 *(http://xml.apache.org/xalan) predefined to signify Xalan's 69 * bound to the "xalan:" prefix. 72 S_BUILTIN_EXTENSIONS_URL = "http://xml.apache.org/xalan"; 82 * Xalan extension namespaces. 88 S_EXTENSIONS_JAVA_URL = "http://xml.apache.org/xalan/java", 90 S_EXTENSIONS_XALANLIB_URL = "http://xml.apache.org/xalan", 91 S_EXTENSIONS_REDIRECT_URL = "http://xml.apache.org/xalan/redirect", 92 S_EXTENSIONS_PIPE_URL = "http://xml.apache.org/xalan/PipeDocument", 93 S_EXTENSIONS_SQL_URL = "http://xml.apache.org/xalan/sql" [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 25 import org.apache.xalan.res.XSLMessages; 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 [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/ |
Version.java | 21 package org.apache.xalan; 25 * the Xalan release. 29 * org.apache.xalan.processor.Version class.</P> 30 * <P>See also: org/apache/xalan/res/XSLTInfo.properties for 38 * Get the basic version string for the current Xalan release. 40 * <CODE>"<B>Xalan</B> <B>Java</B> v.r[.dd| <B>D</B>nn]"</CODE>. 65 * Name of product: Xalan. 69 return "Xalan";
|
Version.src | 21 package org.apache.xalan;
25 * the Xalan release.
29 * org.apache.xalan.processor.Version class.</P>
30 * <P>See also: org/apache/xalan/res/XSLTInfo.properties for
38 * Get the basic version string for the current Xalan release.
40 * <CODE>"<B>Xalan</B> <B>Java</B> v.r[.dd| <B>D</B>nn]"</CODE>.
65 * Name of product: Xalan.
69 return "Xalan";
|