Method | Description |
---|---|
com.icl.saxon.aelfred.SAXDriver.setDocumentHandler(DocumentHandler) |
SAX2 programs should use the XMLReader interface
and a ContentHandler.
|
com.icl.saxon.DOMDriver.setDocumentHandler(DocumentHandler) |
SAX2 programs should use the XMLReader interface
and a ContentHandler.
|