예제 #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
파일: libxml.go 프로젝트: teejae/go-libxml
func XmlCleanUpParser() {
	C.xmlCleanupParser()
}