blob: fd4ba41b3c3c0786e161e586a17d707336d772a1 [file] [log] [blame]
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(EXAMPLE, (null), example.dtd)
SAX.resolveEntity((null), example.dtd)
SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
SAX.getEntity(xml)
SAX.startElement(EXAMPLE)
SAX.characters(
&xml;
</EXAMPLE>
, 5)
SAX.getEntity(xml)
SAX.isStandalone()
SAX.hasInternalSubset()
SAX.hasExternalSubset()
SAX.error: Entity 'xml' not defined
SAX.characters(
</EXAMPLE>
, 1)
SAX.endElement(EXAMPLE)
SAX.endDocument()