관리-도구
편집 파일: uri.pxd
cdef extern from "libxml/uri.h": ctypedef struct xmlURI cdef xmlURI* xmlParseURI(char* str) cdef void xmlFreeURI(xmlURI* uri)