Searched refs:getStylesheet (Results 1 - 23 of 23) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorDecimalFormat.java71 handler.getStylesheet().setDecimalFormat(dfp);
73 handler.getStylesheet().appendChild(dfp);
H A DProcessorGlobalParamDecl.java73 handler.getStylesheet().appendChild(v);
74 handler.getStylesheet().setParam(v);
H A DProcessorGlobalVariableDecl.java73 handler.getStylesheet().appendChild(v);
74 handler.getStylesheet().setVariable(v);
H A DProcessorTemplate.java51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
H A DProcessorStylesheetElement.java83 Stylesheet parent = handler.getStylesheet();
107 handler.getStylesheet());
108 handler.pushElemTemplateElement(handler.getStylesheet());
H A DProcessorNamespaceAlias.java94 handler.getStylesheet().setNamespaceAlias(na);
95 handler.getStylesheet().appendChild(na);
H A DProcessorKey.java69 KeyDeclaration kd = new KeyDeclaration(handler.getStylesheet(), handler.nextUid());
74 handler.getStylesheet().setKey(kd);
H A DProcessorAttributeSet.java79 handler.getStylesheet().setAttributeSet(eat);
H A DProcessorPreserveSpace.java63 Stylesheet thisSheet = handler.getStylesheet();
H A DProcessorStripSpace.java62 Stylesheet thisSheet = handler.getStylesheet();
H A DXSLTElementProcessor.java293 boolean isCompatibleMode = ((null != handler.getStylesheet()
294 && handler.getStylesheet().getCompatibleMode())
H A DProcessorExsltFunction.java102 handler.getStylesheet().setTemplate((ElemTemplate) elem);
H A DProcessorOutputElem.java216 handler.getStylesheet().setOutput(m_outputProperties);
H A DStylesheetHandler.java376 && ((null == getStylesheet()
377 || Double.valueOf(getStylesheet().getVersion()).doubleValue()
1174 Stylesheet getStylesheet() method in class:StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java201 if (transformer.getStylesheet().isSecureProcessing())
233 getStylesheet(), this);
H A DElemTemplate.java128 public Stylesheet getStylesheet() method in class:ElemTemplate
H A DElemTemplateElement.java154 * inheritance chain until it calls getStylesheet
159 public Stylesheet getStylesheet() method in class:ElemTemplateElement
161 return (null==m_parentNode) ? null : m_parentNode.getStylesheet();
584 return getStylesheet();
727 Stylesheet sheet=getStylesheet();
1008 || getStylesheet().containsExtensionElementURI(uri))
H A DElemApplyTemplates.java225 final StylesheetRoot sroot = transformer.getStylesheet();
H A DStylesheet.java102 * inheritance chain until it calls getStylesheet
107 public Stylesheet getStylesheet() method in class:Stylesheet
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtElementAvailable.java78 return transformer.getStylesheet().getAvailableElements().containsKey(
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java121 if (m_transformer.getStylesheet().isSecureProcessing()) {
H A DTransformerImpl.java545 getXPathContext().setNamespaceContext(getStylesheet());
839 (OutputProperties) getStylesheet().getOutputComposed().clone();
1104 SourceLocator srcLocator = getStylesheet();
1184 setExtensionsTable(getStylesheet());
1200 StylesheetRoot stylesheet = this.getStylesheet();
1364 ? getStylesheet().getOutputComposed()
1644 StylesheetRoot sr = getStylesheet();
2597 public final StylesheetRoot getStylesheet() method in class:TransformerImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 988 milliseconds