Uses of Class
org.apache.xalan.xsltc.compiler.util.ObjectType
-
Packages that use ObjectType Package Description org.apache.xalan.xsltc.compiler.util -
-
Uses of ObjectType in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type ObjectType Modifier and Type Method Description void
NodeSetType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ObjectType type)
Subsume node-set into ObjectType.void
NodeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ObjectType type)
Subsume Node into ObjectType.void
ReferenceType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ObjectType type)
Subsume reference into ObjectType.void
ResultTreeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ObjectType type)
Subsume result tree into ObjectType.
-