|
root / base / usr / src / contrib / libxml2 / result / ent13.sax2
ent13.sax2 Plain Text 12 lines 339 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(test, , )
SAX.entityDecl(ampproblem, 1, (null), (null), &)
SAX.getEntity(ampproblem)
SAX.externalSubset(test, , )
SAX.getEntity(ampproblem)
SAX.startElementNs(t, NULL, NULL, 0, 1, 0, a='&amp...', 12)
SAX.characters(a, 1)
SAX.endElementNs(t, NULL, NULL)
SAX.endDocument()