endDocument()
Callback interface for SAX: not for application use
void
endElement(int nameCode)
Callback interface for SAX: not for application use
void
processingInstruction(java.lang.String piname,
java.lang.String remainder)
Callback interface for SAX: not for application use
Note: because SAX1 does not deliver comment nodes, we get these in the form of a processing
instruction with a null name.
void
setUnparsedEntity(java.lang.String name,
java.lang.String uri)
Set an unparsed entity in the document
void
startDocument()
Callback interface for SAX: not for application use
void
int[] namespaces,
int namespacesUsed)
Callback interface for SAX: not for application use
Methods inherited from class com.icl.saxon.om.Builder
Methods inherited from class com.icl.saxon.output.Emitter
public void processingInstruction(java.lang.String piname,
java.lang.String remainder)
Callback interface for SAX: not for application use
Note: because SAX1 does not deliver comment nodes, we get these in the form of a processing
instruction with a null name. This requires a specially-adapted SAX driver.