org.apache.xalan.processor
Class ProcessorStylesheetDoc

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

public class ProcessorStylesheetDoc
extends XSLTElementProcessor

**For internal use only** This class processes the xsl:stylesheet element. At the moment, it defers all methods to it's superclass.


Constructor Summary
ProcessorStylesheetDoc()
           
 
Methods inherited from class org.apache.xalan.processor.XSLTElementProcessor
characters, endElement, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startElement, startNonText, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorStylesheetDoc

public ProcessorStylesheetDoc()


Copyright © 2000 Apache XML Project. All Rights Reserved.