org.apache.xalan.processor
Class ProcessorLRE

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

public class ProcessorLRE
extends ProcessorTemplateElem


Constructor Summary
ProcessorLRE()
           
 
Method Summary
 void startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Receive notification of the start of an element.
 
Methods inherited from class org.apache.xalan.processor.ProcessorTemplateElem
endElement
 
Methods inherited from class org.apache.xalan.processor.XSLTElementProcessor
characters, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startNonText, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
equals, 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,
                         Attributes attributes)
                  throws SAXException
Receive notification of the start of an element.
Parameters:
name - The element type name.
attributes - The specified or defaulted attributes.
Throws:
SAXException - Any SAX exception, possibly wrapping another exception.
Overrides:
startElement in class ProcessorTemplateElem
See Also:
ContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)


Copyright © 2000 Apache XML Project. All Rights Reserved.