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
432 B
13 lines
432 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.startElementNs(EXAMPLE, NULL, NULL, 0, 2, 0, prop1='a...', 7, prop2='&xml...', 5)
|
|
SAX.characters(
|
|
Test of entities in attribu, 35)
|
|
SAX.endElementNs(EXAMPLE, NULL, NULL)
|
|
SAX.endDocument()
|