BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.processor
Class ProcessorLRE

java.lang.Object
  |
  +--weblogic.apache.xalan.processor.XSLTElementProcessor
        |
        +--weblogic.apache.xalan.processor.ProcessorTemplateElem
              |
              +--weblogic.apache.xalan.processor.ProcessorLRE

public class ProcessorLRE
extends ProcessorTemplateElem

Processes an XSLT literal-result-element, or something that looks like one. The actual ElemTemplateElement produced may be a ElemLiteralResult, a StylesheetRoot, or a ElemExtensionCall.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
literal-result-element in XSLT Specification, ElemLiteralResult

Constructor Summary
ProcessorLRE()
           
 
Method Summary
 void endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 void startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, org.xml.sax.Attributes attributes)
          Receive notification of the start of an element.
 
Methods inherited from class weblogic.apache.xalan.processor.ProcessorTemplateElem
appendAndPush
 
Methods inherited from class weblogic.apache.xalan.processor.XSLTElementProcessor
characters, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startNonText, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorLRE

public ProcessorLRE()
Method Detail

startElement

public void startElement(StylesheetHandler handler,
                         java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String rawName,
                         org.xml.sax.Attributes attributes)
                  throws org.xml.sax.SAXException
Receive notification of the start of an element.

Parameters:
handler - non-null reference to current StylesheetHandler that is constructing the Templates.
uri - The Namespace URI, or an empty string.
localName - The local name (without prefix), or empty string if not namespace processing.
rawName - The qualified name (with prefix).
attributes - The specified or defaulted attributes.
Overrides:
startElement in class ProcessorTemplateElem

endElement

public void endElement(StylesheetHandler handler,
                       java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String rawName)
                throws org.xml.sax.SAXException
Receive notification of the end of an element.

Parameters:
name - The element type name.
attributes - The specified or defaulted attributes.
handler - non-null reference to current StylesheetHandler that is constructing the Templates.
uri - The Namespace URI, or an empty string.
localName - The local name (without prefix), or empty string if not namespace processing.
rawName - The qualified name (with prefix).
Overrides:
endElement in class ProcessorTemplateElem

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.