Package com.icl.saxon

Class PIGrabber

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class PIGrabber extends DefaultHandler
The PIGrabber class is a SAX ContentHandler that looks for xml-stylesheet processing instructions and tests whether they match specified criteria; for those that do, it creates an InputSource object referring to the relevant stylesheet
Author:
Michael H. Kay