Searched refs:getXSLToken (Results 1 - 25 of 39) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemOtherwise.java43 public int getXSLToken() method in class:ElemOtherwise
H A DElemUnknown.java42 public int getXSLToken() method in class:ElemUnknown
61 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
87 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
H A DElemFallback.java46 public int getXSLToken() method in class:ElemFallback
94 int parentElemType = m_parentNode.getXSLToken();
H A DElemText.java105 public int getXSLToken() method in class:ElemText
132 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemExtensionScript.java99 public int getXSLToken() method in class:ElemExtensionScript
H A DElemChoose.java49 public int getXSLToken() method in class:ElemChoose
86 int type = childElem.getXSLToken();
137 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemAttributeSet.java80 public int getXSLToken() method in class:ElemAttributeSet
147 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemComment.java47 public int getXSLToken() method in class:ElemComment
106 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemParam.java58 public int getXSLToken() method in class:ElemParam
95 int parentToken = m_parentNode.getXSLToken();
H A DElemApplyImport.java47 public int getXSLToken() method in class:ElemApplyImport
H A DElemExsltFuncResult.java79 public int getXSLToken() method in class:ElemExsltFuncResult
H A DElemExtensionCall.java68 public int getXSLToken() method in class:ElemExtensionCall
125 if (Constants.ELEMNAME_EXTENSIONDECL == child.getXSLToken())
157 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
183 if (child.getXSLToken() == Constants.ELEMNAME_FALLBACK)
H A DElemMessage.java85 public int getXSLToken() method in class:ElemMessage
H A DElemWhen.java79 public int getXSLToken() method in class:ElemWhen
H A DElemCallTemplate.java92 public int getXSLToken() method in class:ElemCallTemplate
151 if(ete.getXSLToken() == Constants.ELEMNAME_PARAMVARIABLE)
333 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemExtensionDecl.java194 public int getXSLToken() method in class:ElemExtensionDecl
213 if (Constants.ELEMNAME_EXTENSIONSCRIPT == child.getXSLToken())
222 == childOfSDecl.getXSLToken())
294 if (Constants.ELEMNAME_EXTENSIONSCRIPT == child.getXSLToken())
306 == childOfSDecl.getXSLToken())
H A DElemAttribute.java57 public int getXSLToken() method in class:ElemAttribute
225 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemPI.java99 public int getXSLToken() method in class:ElemPI
187 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemIf.java101 public int getXSLToken() method in class:ElemIf
H A DElemTextLiteral.java178 public int getXSLToken() method in class:ElemTextLiteral
H A DKeyDeclaration.java166 public int getXSLToken() method in class:KeyDeclaration
H A DDecimalFormatProperties.java315 public int getXSLToken() method in class:DecimalFormatProperties
H A DElemCopy.java54 public int getXSLToken() method in class:ElemCopy
H A DElemSort.java291 public int getXSLToken() method in class:ElemSort
H A DElemExsltFunction.java49 public int getXSLToken() method in class:ElemExsltFunction

Completed in 99 milliseconds

12