mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
augnemting the APIs, cleanups. cleanup bug #111005 added some missing
* include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h xmlreader.c: augnemting the APIs, cleanups. * parser.c: cleanup bug #111005 * xmlIO.c: added some missing comments Daniel
This commit is contained in:
@ -474,7 +474,11 @@ Class xmlDoc(xmlNode)
|
||||
parameterEntity()
|
||||
|
||||
# functions from module relaxng
|
||||
relaxNGNewDocParserCtxt()
|
||||
relaxNGValidateDoc()
|
||||
relaxNGValidateFullElement()
|
||||
relaxNGValidatePopElement()
|
||||
relaxNGValidatePushElement()
|
||||
|
||||
# functions from module tree
|
||||
copyDoc()
|
||||
@ -606,6 +610,7 @@ Class xmlTextReader(xmlTextReaderCore)
|
||||
HasValue()
|
||||
IsDefault()
|
||||
IsEmptyElement()
|
||||
IsValid()
|
||||
LocalName()
|
||||
LookupNamespace()
|
||||
MoveToAttribute()
|
||||
@ -627,6 +632,8 @@ Class xmlTextReader(xmlTextReaderCore)
|
||||
ReadOuterXml()
|
||||
ReadState()
|
||||
ReadString()
|
||||
RelaxNGSetSchema()
|
||||
RelaxNGValidate()
|
||||
SetParserProp()
|
||||
Value()
|
||||
XmlLang()
|
||||
@ -654,6 +661,7 @@ Class relaxNgValidCtxt()
|
||||
|
||||
# functions from module relaxng
|
||||
relaxNGFreeValidCtxt()
|
||||
relaxNGValidatePushCData()
|
||||
Class xpathParserContext()
|
||||
# accessors
|
||||
context()
|
||||
|
Reference in New Issue
Block a user