Searched defs:getXSLToken (Results 1 - 25 of 37) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemCopy.java54 public int getXSLToken() method in class:ElemCopy
H A DElemOtherwise.java43 public int getXSLToken() method in class:ElemOtherwise
H A DElemApplyImport.java47 public int getXSLToken() method in class:ElemApplyImport
H A DElemChoose.java49 public int getXSLToken() method in class:ElemChoose
86 int type = childElem.getXSLToken();
137 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemComment.java47 public int getXSLToken() method in class:ElemComment
106 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemExsltFuncResult.java79 public int getXSLToken() method in class:ElemExsltFuncResult
H A DElemExsltFunction.java49 public int getXSLToken() method in class:ElemExsltFunction
H A DElemExtensionScript.java99 public int getXSLToken() method in class:ElemExtensionScript
H A DElemFallback.java46 public int getXSLToken() method in class:ElemFallback
94 int parentElemType = m_parentNode.getXSLToken();
H A DElemMessage.java85 public int getXSLToken() method in class:ElemMessage
H A DElemParam.java58 public int getXSLToken() method in class:ElemParam
95 int parentToken = m_parentNode.getXSLToken();
H A DElemText.java105 public int getXSLToken() method in class:ElemText
132 int type = ((ElemTemplateElement) newChild).getXSLToken();
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 DElemApplyTemplates.java115 public int getXSLToken() method in class:ElemApplyTemplates
332 if(Constants.ELEMNAME_PARAMVARIABLE == elem.getXSLToken())
H A DElemAttribute.java57 public int getXSLToken() method in class:ElemAttribute
225 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemAttributeSet.java80 public int getXSLToken() method in class:ElemAttributeSet
147 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemIf.java101 public int getXSLToken() method in class:ElemIf
H A DElemPI.java99 public int getXSLToken() method in class:ElemPI
187 int type = ((ElemTemplateElement) newChild).getXSLToken();
H A DElemWhen.java79 public int getXSLToken() method in class:ElemWhen
H A DElemCopyOf.java98 public int getXSLToken() method in class:ElemCopyOf
H A DElemElement.java147 public int getXSLToken() method in class:ElemElement
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 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 DElemSort.java291 public int getXSLToken() method in class:ElemSort
H A DElemTextLiteral.java178 public int getXSLToken() method in class:ElemTextLiteral

Completed in 91 milliseconds

12