org.apache.xalan.processor
Class ProcessorUnknown

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

public class ProcessorUnknown
extends ProcessorTemplateElem


Constructor Summary
ProcessorUnknown()
           
 
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, Attributes attributes)
          Receive notification of the start of an element.
 
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

ProcessorUnknown

public ProcessorUnknown()
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)

endElement

public void endElement(StylesheetHandler handler,
                       java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String rawName)
                throws SAXException
Receive notification of the end 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:
endElement in class ProcessorTemplateElem
See Also:
ContentHandler.endElement(java.lang.String, java.lang.String, java.lang.String)


Copyright © 2000 Apache XML Project. All Rights Reserved.