XMLXslHandler Class

Used to handle SAX (Simple API for XML) style events on the XML output of an XSLT transformation.

Events

Characters

ProcessingInstruction

Comment

StartDocument

EndDocument

StartElementName

EndElement

StartNamespace

EndNamespace

 

Properties

None

Methods

None


Notes

To use XMLXslHandler, create an instance of this class and put code in the events. Then pass an instance of your subclass as the second parameter of the Transform method of the XMLDocument class.


See Also

XMLDocument class.