Edit

kc3-lang/libxml2/SAXresult/xml1

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-06-02 17:44:04
    Hash : 011b63cb
    Message : Release of libxml-1.1, Daniel.

  • SAXresult/xml1
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(test, (null), (null))
    SAX.getEntity(amp)
    SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&#38;) may be escaped
     numerically (&#38;#38;) or with a general entity
      (&amp;).</p>)
    SAX.getEntity(example)
    SAX.startElement(test)
    SAX.getEntity(example)
    SAX.isStandalone()
    SAX.hasInternalSubset()
    SAX.hasExternalSubset()
    SAX.error: Entity 'example' not defined
    SAX.endElement(test)
    SAX.endDocument()