func (reader *XmlTextReaderPtr) Value() string { return C.GoString(C.xmlChar2C(C.xmlTextReaderConstValue(reader.Ptr))) }
func (reader *XmlTextReaderPtr) Name() string { name := C.GoString(C.xmlChar2C(C.xmlTextReaderName(reader.Ptr))) return name }