- CPLAddXMLAttributeAndValue
void CPLAddXMLAttributeAndValue(CPLXMLNode* psParent, const(char)* pszName, const(char)* pszValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLAddXMLChild
void CPLAddXMLChild(CPLXMLNode* psParent, CPLXMLNode* psChild)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLAddXMLSibling
void CPLAddXMLSibling(CPLXMLNode* psOlderSibling, CPLXMLNode* psNewSibling)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLCleanXMLElementName
void CPLCleanXMLElementName(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLCloneXMLTree
CPLXMLNode* CPLCloneXMLTree(CPLXMLNode* psTree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLCreateXMLElementAndValue
CPLXMLNode* CPLCreateXMLElementAndValue(CPLXMLNode* psParent, const(char)* pszName, const(char)* pszValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLCreateXMLNode
CPLXMLNode* CPLCreateXMLNode(CPLXMLNode* poParent, CPLXMLNodeType eType, const(char)* pszText)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLDestroyXMLNode
void CPLDestroyXMLNode(CPLXMLNode* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLGetXMLNode
CPLXMLNode* CPLGetXMLNode(CPLXMLNode* poRoot, const(char)* pszPath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLGetXMLValue
const(char)* CPLGetXMLValue(CPLXMLNode* poRoot, const(char)* pszPath, const(char)* pszDefault)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLParseXMLFile
CPLXMLNode* CPLParseXMLFile(const(char)* pszFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLParseXMLString
CPLXMLNode* CPLParseXMLString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLRemoveXMLChild
int CPLRemoveXMLChild(CPLXMLNode* psParent, CPLXMLNode* psChild)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLSearchXMLNode
CPLXMLNode* CPLSearchXMLNode(CPLXMLNode* poRoot, const(char)* pszTarget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLSerializeXMLTree
char* CPLSerializeXMLTree(CPLXMLNode* psNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLSerializeXMLTreeToFile
int CPLSerializeXMLTreeToFile(CPLXMLNode* psTree, const(char)* pszFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLSetXMLValue
int CPLSetXMLValue(CPLXMLNode* psRoot, const(char)* pszPath, const(char)* pszValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CPLStripXMLNamespace
void CPLStripXMLNamespace(CPLXMLNode* psRoot, const(char)* pszNameSpace, int bRecurse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.