- CPLAddXMLAttributeAndValue
void CPLAddXMLAttributeAndValue(CPLXMLNode* psParent, char* pszName, 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, char* pszName, 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, 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, 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
char* CPLGetXMLValue(CPLXMLNode* poRoot, char* pszPath, 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(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(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, 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, 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, char* pszPath, 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, 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.