1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

more work on the xml reader interfaces. updated Igor's mail and the Web

* xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
  work on the xml reader interfaces.
* AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
  Web page for the Windows binaries.
Daniel
This commit is contained in:
Daniel Veillard
2002-12-18 14:53:54 +00:00
parent 4a6d39bb58
commit beb70bd39b
72 changed files with 509 additions and 76 deletions

View File

@ -570,6 +570,7 @@ Class xmlTextReader()
getAttribute()
getAttributeNo()
getAttributeNs()
getParserProp()
getRemainder()
hasAttributes()
hasValue()
@ -590,10 +591,12 @@ Class xmlTextReader()
prefix()
quoteChar()
read()
readAttributeValue()
readInnerXml()
readOuterXml()
readState()
readString()
setParserProp()
value()
xmlLang()
Class xmlReg()