示例#1
0
文件: help.go 项目: thebrave/gokogiri
func LibxmlCleanUpParser() {
	// Because of our test structure, this method is called several
	// times during a test run (but it should only be called once
	// during the lifetime of the program).
	once.Do(func() {
		atomic.AddInt32(cleaned, 1)
		C.xmlCleanupParser()
	})
}
示例#2
0
func LibxmlCleanUpParser() {
	C.xmlCleanupParser()
}
示例#3
0
// xmlCleanupParser
func CleanupParser() {
	C.xmlCleanupParser()
}
示例#4
0
func XmlCleanUpParser() {
	C.xmlCleanupParser()
}