Return to intsubset.xml.sax CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result |
1.1 ! misho 1: SAX.setDocumentLocator() ! 2: SAX.startDocument() ! 3: SAX.internalSubset(root, , ) ! 4: SAX.elementDecl(root, 1, ...) ! 5: SAX.comment( " ) ! 6: SAX.externalSubset(root, , ) ! 7: SAX.startElement(root) ! 8: SAX.endElement(root) ! 9: SAX.endDocument()