Edit

kc3-lang/libxml2/SAXresult/ent6

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-10-14 09:10:25
    Hash : 7c1206fc
    Message : Revamped HTML parsing, lots of bug fixes for HTML stuff, Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel

  • SAXresult/ent6
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(doc, (null), (null))
    SAX.entityDecl(lt, 1, (null), (null), <)
    SAX.getEntity(lt)
    SAX.entityDecl(gt, 1, (null), (null), >)
    SAX.getEntity(gt)
    SAX.entityDecl(amp, 1, (null), (null), &)
    SAX.getEntity(amp)
    SAX.entityDecl(apos, 1, (null), (null), ')
    SAX.getEntity(apos)
    SAX.entityDecl(quot, 1, (null), (null), ")
    SAX.getEntity(quot)
    SAX.startElement(doc)
    SAX.endElement(doc)
    SAX.endDocument()