BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Interface
weblogic.apache.xalan.xpath.xml.XMLParserLiaison

Packages that use XMLParserLiaison
weblogic.apache.xalan.xpath.dtm   
weblogic.apache.xalan.xpath.xdom   
weblogic.apache.xalan.xpath.xml   
weblogic.apache.xalan.xslt   
 

Uses of XMLParserLiaison in weblogic.apache.xalan.xpath.dtm
 

Classes in weblogic.apache.xalan.xpath.dtm that implement XMLParserLiaison
 class DTMLiaison
           Liaison to Document Table Model (DTM) XML parser -- the default liaison and parser that XSLTProcessor uses to perform transformations.
 

Uses of XMLParserLiaison in weblogic.apache.xalan.xpath.xdom
 

Classes in weblogic.apache.xalan.xpath.xdom that implement XMLParserLiaison
 class XercesLiaison
           Provides XSLTProcessor an interface to the Xerces XML parser.
 

Uses of XMLParserLiaison in weblogic.apache.xalan.xpath.xml
 

Classes in weblogic.apache.xalan.xpath.xml that implement XMLParserLiaison
 class JaxpLiaison
          Allow use of a generic JAXP parser with Xalan.
 class XMLParserLiaisonDefault
           This class is the default XMLParserLiaison for the XSL Processor.
 

Uses of XMLParserLiaison in weblogic.apache.xalan.xslt
 

Methods in weblogic.apache.xalan.xslt that return XMLParserLiaison
 XMLParserLiaison XSLTEngineImpl.createLiaison()
          Get a Liaison class, as specified by parserLiaisonClassName property Patch from Costin Manolache
 XMLParserLiaison XSLTEngineImpl.createXercesLiaison()
          Create a Xerces Liaison - used for special handling of DTM Patch from Costin Manolache
 XMLParserLiaison XSLTEngineImpl.getXMLProcessorLiaison()
          Get the XML Parser Liaison that this processor uses.
 XMLParserLiaison XSLTProcessor.getXMLProcessorLiaison()
          Get the XMLParserLiaison that this processor uses.
 

Methods in weblogic.apache.xalan.xslt with parameters of type XMLParserLiaison
 void XSLTEngineImpl.setExecContext(XMLParserLiaison liaison)
          Set the execution context for XPath.
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison)
          Get a new XSLTProcessor that will use the specified XMLParserLiaison to interact with a given XML parser.
static XSLTProcessor XSLTProcessorFactory.getProcessor(XMLParserLiaison parserLiaison, XPathFactory xpathFactory)
          Get a new XSLTProcessor that will use the specified XMLParserLiaison and XPathFactory to interact with a given XML parser.
 

Constructors in weblogic.apache.xalan.xslt with parameters of type XMLParserLiaison
AVTPartXPath.AVTPartXPath(java.lang.String val, PrefixResolver nsNode, XPathProcessor xpathProcessor, XPathFactory factory, XMLParserLiaison liaison)
          Construct a simple AVT part.
XSLTEngineImpl.XSLTEngineImpl(XMLParserLiaison parserLiason)
          Construct an XSL processor that uses the the given parser liaison.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60