HomeSort by relevance Sort by last modified time
    Searched full:xslt (Results 151 - 175 of 372) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 35 * @see <a href="http://www.w3.org/TR/xslt#extension-element">extension-element in XSLT Specification</a>
276 * @param sourceNode non-null reference to the <a href="http://www.w3.org/TR/xslt#dt-current-node">current source node</a>.
ElemWithParam.java 44 * @see <a href="http://www.w3.org/TR/xslt#element-with-param">element-with-param in XSLT Specification</a>
184 * @param sourceNode non-null reference to the <a href="http://www.w3.org/TR/xslt#dt-current-node">current source node</a>.
ElemCallTemplate.java 42 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
185 * @see <a href="http://www.w3.org/TR/xslt#named-templates">named-templates in XSLT Specification</a>
ElemAttributeSet.java 39 * @see <a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a>
ElemCopy.java 41 * @see <a href="http://www.w3.org/TR/xslt#copying">copying in XSLT Specification</a>
ElemCopyOf.java 43 * @see <a href="http://www.w3.org/TR/xslt#copy-of">copy-of in XSLT Specification</a>
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 46 * Processes an XSLT literal-result-element, or something that looks
52 * @see <a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a>
161 // this error came from a missing or invalid XSLT namespace
XSLTElementProcessor.java 40 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
48 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
XSLTAttributeDef.java 43 * This class defines an attribute for an element in a XSLT stylesheet,
44 * is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the
63 * @param required true if this is attribute is required by the XSLT specification.
108 * @param required true if this attribute is required by the XSLT specification.
112 * @param k1 The XSLT name of the enumerated value.
114 * @param k2 The XSLT name of the enumerated value.
139 * @param required true if this attribute is required by the XSLT specification.
143 * @param k1 The XSLT name of the enumerated value.
145 * @param k2 The XSLT name of the enumerated value.
147 * @param k3 The XSLT name of the enumerated value
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 25 # XSLT properties do not need namespace qualification.
output_unknown.properties 26 # XSLT properties do not need namespace qualification.
output_xml.properties 25 # XSLT properties do not need namespace qualification.
Encodings.java 191 * Get the proper mime encoding. From the XSLT recommendation: "The encoding
193 * tree. XSLT processors are required to respect values of UTF-8 and UTF-16.
194 * For other values, if the XSLT processor does not support the specified
196 * use UTF-8 or UTF-16 instead. The XSLT processor must not use an encoding
198 * [XML]. If no encoding attribute is specified, then the XSLT processor should
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
name_utilities.py 45 'XSLT',
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.idl 35 RuntimeEnabled=XSLT,
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 7 * designed to be used by both XSLT and XPointer
107 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */
326 void *extra; /* needed for XSLT */
344 xmlNodePtr debugNode; /* the source node XSLT */
  /external/libxml2/include/libxml/
xpath.h 7 * designed to be used by both XSLT and XPointer
108 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */
327 void *extra; /* needed for XSLT */
345 xmlNodePtr debugNode; /* the source node XSLT */
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
183 * in the XSLT was requested.
414 * Handling of XSLT stylesheets messages *
420 * @ctxt: an XSLT processing context
667 * @ctxt: the XSLT transformation context
672 * context error messages specific to a given XSLT transromation.
687 * @ctxt: an XSLT transformation context
688 * @style: the XSLT stylesheet used
946 * @ctxt: a XSLT process context
1074 * @ctxt: a XSLT process contex
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
183 * in the XSLT was requested.
414 * Handling of XSLT stylesheets messages *
420 * @ctxt: an XSLT processing context
667 * @ctxt: the XSLT transformation context
672 * context error messages specific to a given XSLT transromation.
687 * @ctxt: an XSLT transformation context
688 * @style: the XSLT stylesheet used
946 * @ctxt: a XSLT process context
1074 * @ctxt: a XSLT process contex
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java 35 * told that some of the XPath/XSLT folks say they must have this
49 * <li>Since the whole XPath/XSLT architecture assumes that the source
DTMChildIterNodeList.java 32 * told that some of the XPath/XSLT folks say they must have this
46 * <li>Since the whole XPath/XSLT architecture assumes that the source
DTMNodeList.java 33 * told that some of the XPath/XSLT folks say they must have this
47 * <li>Since the whole XPath/XSLT architecture assumes that the source
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObjectFactory.java 37 * NodeIterators to the XSLT stylesheet as node-sets.
75 * NodeIterators to the XSLT stylesheet as node-sets.
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMSource.java 29 * <p>Note that XSLT requires namespace support. Attempting to transform a DOM
71 * will be applied to the subtree rooted at this node. In XSLT,
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 49 * XSLT is an acronym for "XML Stylesheet Language: Transformations".
50 * XSLTC is an acronym for XSLT Compiler.
664 "XSLT TransformerFactory Error"},
725 "XSLT Error"},
    [all...]

Completed in 2394 milliseconds

1 2 3 4 5 67 8 91011>>