mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-19 05:43:19 +03:00
rebuilt the API added the new options --nocdata and --nsclean to remove
* doc/libxml2-api.xml: rebuilt the API * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options --nocdata and --nsclean to remove CDATA section and surperfluous namespace declarations * parser.c SAX2.c: implementation of the 2 new options Daniel
This commit is contained in:
@ -11,6 +11,10 @@ htmlHandleOmittedElem()
|
||||
htmlIsScriptAttribute()
|
||||
htmlParseDoc()
|
||||
htmlParseFile()
|
||||
htmlReadDoc()
|
||||
htmlReadFd()
|
||||
htmlReadFile()
|
||||
htmlReadMemory()
|
||||
|
||||
# functions from module HTMLtree
|
||||
htmlIsBooleanAttr()
|
||||
@ -812,6 +816,12 @@ Class parserCtxt(parserCtxtCore)
|
||||
wellFormed()
|
||||
|
||||
# functions from module HTMLparser
|
||||
htmlCtxtReadDoc()
|
||||
htmlCtxtReadFd()
|
||||
htmlCtxtReadFile()
|
||||
htmlCtxtReadMemory()
|
||||
htmlCtxtReset()
|
||||
htmlCtxtUseOptions()
|
||||
htmlFreeParserCtxt()
|
||||
htmlParseCharRef()
|
||||
htmlParseChunk()
|
||||
|
Reference in New Issue
Block a user