Uses of Class
org.apache.xalan.xsltc.compiler.util.NodeType
-
Packages that use NodeType Package Description org.apache.xalan.xsltc.compiler.util -
-
Uses of NodeType in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type NodeType Modifier and Type Method Description voidNodeSetType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, NodeType type)Expects a node-set on the stack and pushes a node.voidReferenceType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, NodeType type)Casts a reference into a Node.
-