OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stylesheetroot
(Results
1 - 25
of
48
) sorted by null
1
2
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java
23
import org.apache.xalan.templates.
StylesheetRoot
;
34
* encounters, it instructs
StylesheetRoot
to register the
42
private
StylesheetRoot
m_sroot;
45
* The constructor sets the
StylesheetRoot
variable which
47
* @param sroot the
StylesheetRoot
that is being constructed.
49
public ExpressionVisitor (
StylesheetRoot
sroot)
ExtensionsTable.java
28
import org.apache.xalan.templates.
StylesheetRoot
;
47
* The
StylesheetRoot
associated with this extensions table.
49
private
StylesheetRoot
m_sroot;
53
*
StylesheetRoot
for the transformation and instantiates an
57
public ExtensionsTable(
StylesheetRoot
sroot)
/external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp
169
xmlNodePtr
stylesheetRoot
= document()->children;
172
while (
stylesheetRoot
&&
stylesheetRoot
->type != XML_ELEMENT_NODE)
173
stylesheetRoot
=
stylesheetRoot
->next;
181
stylesheetRoot
= idNode->parent;
187
if (
stylesheetRoot
) {
190
xmlNodePtr curr =
stylesheetRoot
->children;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html
25
<p>{@link org.apache.xalan.templates.
StylesheetRoot
} implements the {@link javax.xml.transform.Templates} interface, and
28
and its included Stylesheet objects. A
StylesheetRoot
also contains a
ElemTemplate.java
148
public
StylesheetRoot
getStylesheetRoot()
345
public void compose(
StylesheetRoot
sroot) throws TransformerException
348
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
360
public void endCompose(
StylesheetRoot
sroot) throws TransformerException
362
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
408
public void recompose(
StylesheetRoot
root)
WhiteSpaceInfo.java
82
public void recompose(
StylesheetRoot
root)
ElemCopyOf.java
84
public void compose(
StylesheetRoot
sroot) throws TransformerException
88
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
KeyDeclaration.java
177
public void compose(
StylesheetRoot
sroot)
193
public void recompose(
StylesheetRoot
root)
ElemVariable.java
326
public void compose(
StylesheetRoot
sroot) throws TransformerException
337
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
369
public void endCompose(
StylesheetRoot
sroot) throws TransformerException
374
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
452
public void recompose(
StylesheetRoot
root)
StylesheetRoot.java
19
* $Id:
StylesheetRoot
.java 476466 2006-11-18 08:22:31Z minchau $
53
public class
StylesheetRoot
extends StylesheetComposed
82
public
StylesheetRoot
(ErrorListener errorListener) throws TransformerConfigurationException
102
* The schema used when creating this
StylesheetRoot
108
* Creates a
StylesheetRoot
and retains a pointer to the schema used to create this
109
*
StylesheetRoot
. The schema may be needed later for an element-available() function call.
114
public
StylesheetRoot
(XSLTSchema schema, ErrorListener listener) throws TransformerConfigurationException
184
System.out.println("
StylesheetRoot
.runtimeInit()");
186
// try{throw new Exception("
StylesheetRoot
.runtimeInit()");} catch(Exception e){e.printStackTrace();}
721
* this
StylesheetRoot
[
all
...]
ElemIf.java
84
public void compose(
StylesheetRoot
sroot) throws TransformerException
ElemParam.java
91
public void compose(
StylesheetRoot
sroot) throws TransformerException
ElemWhen.java
90
public void compose(
StylesheetRoot
sroot)
NamespaceAlias.java
154
public void recompose(
StylesheetRoot
root)
RedundentExprEliminator.java
103
public void eleminateRedundentGlobals(
StylesheetRoot
stylesheet)
447
StylesheetRoot
root = elem.getStylesheetRoot();
783
* being inserted, possibly a
StylesheetRoot
.
792
StylesheetRoot
root = (
StylesheetRoot
)psuedoVarRecipient;
826
(
StylesheetRoot
)psuedoVarRecipient, lpi);
837
* @param
stylesheetRoot
The broadest scope of where the variable
838
* should be inserted, which must be a
StylesheetRoot
element in this case.
844
StylesheetRoot
stylesheetRoot
,
[
all
...]
ElemExtensionCall.java
91
public void compose(
StylesheetRoot
sroot) throws TransformerException
111
private ElemExtensionDecl getElemExtensionDecl(
StylesheetRoot
stylesheet,
ElemUse.java
121
TransformerImpl transformer,
StylesheetRoot
stylesheet)
141
TransformerImpl transformer,
StylesheetRoot
stylesheet, QName attributeSetsNames[])
ElemTemplateElement.java
166
* inheritance chain until it calls
StylesheetRoot
172
public
StylesheetRoot
getStylesheetRoot()
181
public void recompose(
StylesheetRoot
root) throws TransformerException
191
public void compose(
StylesheetRoot
sroot) throws TransformerException
199
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
206
public void endCompose(
StylesheetRoot
sroot) throws TransformerException
208
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
1040
StylesheetRoot
stylesheet = this.getStylesheetRoot();
[
all
...]
ElemApplyTemplates.java
126
public void compose(
StylesheetRoot
sroot) throws TransformerException
225
final
StylesheetRoot
sroot = transformer.getStylesheet();
ElemCallTemplate.java
113
public void compose(
StylesheetRoot
sroot) throws TransformerException
171
public void endCompose(
StylesheetRoot
sroot) throws TransformerException
ElemElement.java
128
public void compose(
StylesheetRoot
sroot) throws TransformerException
132
StylesheetRoot
.ComposeState cstate = sroot.getComposeState();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html
27
<p>For each node in the XML source, TransformerImpl uses the
StylesheetRoot
and underlying XSLT schema to determine which
28
template to apply: one of the templates in the
StylesheetRoot
, a default template rule as specified in the XSLT spec, or
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java
28
import org.apache.xalan.templates.
StylesheetRoot
;
122
StylesheetRoot
stylesheet;
123
stylesheet = new
StylesheetRoot
(handler.getSchema(), handler.getStylesheetProcessor().getErrorListener());
ProcessorLRE.java
36
import org.apache.xalan.templates.
StylesheetRoot
;
49
* a {@link org.apache.xalan.templates.
StylesheetRoot
}, or a
321
StylesheetRoot
stylesheet;
322
stylesheet = new
StylesheetRoot
(handler.getSchema(), handler.getStylesheetProcessor().getErrorListener());
package.html
22
<p>Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a
StylesheetRoot
Completed in 231 milliseconds
1
2