You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
387 B
13 lines
387 B
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(EXAMPLE, , example.dtd)
|
|
SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
|
|
SAX.getEntity(xml)
|
|
SAX.externalSubset(EXAMPLE, , example.dtd)
|
|
SAX.getEntity(xml)
|
|
SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
|
|
SAX.characters(
|
|
Test of entities in attribu, 35)
|
|
SAX.endElement(EXAMPLE)
|
|
SAX.endDocument()
|