| SAX.setDocumentLocator() | |
| SAX.startDocument() | |
| SAX.internalSubset(test, (null), (null)) | |
| SAX.getEntity(amp) | |
| SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&) may be escaped | |
| numerically (&#38;) or with a general entity | |
| (&).</p>) | |
| SAX.getEntity(example) | |
| SAX.startElement(test) | |
| SAX.getEntity(example) | |
| SAX.isStandalone() | |
| SAX.hasInternalSubset() | |
| SAX.hasExternalSubset() | |
| SAX.error: Entity 'example' not defined | |
| SAX.endElement(test) | |
| SAX.endDocument() |