org.apache.xalan.lib.NodeInfo <code>NodeInfo</code> defines a set of XSLT extension functions to be used from stylesheets. @author <a HREF="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</a> @since May 24, 2001
com.sun.org.apache.xml.internal.serializer.SerializerBase This class acts as a base class for the XML "serializers" and the stream serializers. It contains a number of common fields and methods. @author Santiago Pericas-Geertsen @author G. Todd Miller
com.sun.org.apache.xpath.internal.compiler.Compiler An instance of this class compiles an XPath string expression into a Expression object. This class compiles the string into a sequence of operation codes (op map) and then builds from that into an Expression tree. @xsl.usage advanced