DCMTK  Version 3.6.1 20120515
OFFIS DICOM Toolkit
XMLNode Member List
This is the complete list of members for XMLNode, including all inherited members.
addAttribute(XMLCSTR lpszName, XMLCSTR lpszValuev)XMLNode
addAttribute_priv(int, XMLSTR, XMLSTR) (defined in XMLNode)XMLNode [private]
addAttribute_WOSD(XMLSTR lpszName, XMLSTR lpszValue)XMLNode
addChild(XMLCSTR lpszName, char isDecl=FALSE, XMLElementPosition pos=-1)XMLNode
addChild(XMLNode nodeToAdd, XMLElementPosition pos=-1)XMLNode
addChild_priv(int, XMLSTR, char, int) (defined in XMLNode)XMLNode [private]
addChild_WOSD(XMLSTR lpszName, char isDeclaration=FALSE, XMLElementPosition pos=-1)XMLNode
addClear(XMLCSTR lpszValue, XMLCSTR lpszOpen=NULL, XMLCSTR lpszClose=NULL, XMLElementPosition pos=-1)XMLNode
addClear_priv(int, XMLSTR, XMLCSTR, XMLCSTR, int) (defined in XMLNode)XMLNode [private]
addClear_WOSD(XMLSTR lpszValue, XMLCSTR lpszOpen=NULL, XMLCSTR lpszClose=NULL, XMLElementPosition pos=-1)XMLNode
addText(XMLCSTR lpszValue, XMLElementPosition pos=-1)XMLNode
addText_priv(int, XMLSTR, int) (defined in XMLNode)XMLNode [private]
addText_WOSD(XMLSTR lpszValue, XMLElementPosition pos=-1)XMLNode
addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype) (defined in XMLNode)XMLNode [private]
char_encoding_Big5 enum value (defined in XMLNode)XMLNode
char_encoding_error enum value (defined in XMLNode)XMLNode
char_encoding_GB2312 enum value (defined in XMLNode)XMLNode
char_encoding_GBK enum value (defined in XMLNode)XMLNode
char_encoding_legacy enum value (defined in XMLNode)XMLNode
char_encoding_ShiftJIS enum value (defined in XMLNode)XMLNode
char_encoding_UTF8 enum value (defined in XMLNode)XMLNode
createXMLString(int nFormat=1, int *pnSize=NULL) const XMLNode
CreateXMLStringR(XMLNodeData *pEntry, XMLSTR lpszMarker, int nFormat) (defined in XMLNode)XMLNode [private, static]
createXMLTopNode(XMLCSTR lpszName, char isDecl=FALSE)XMLNode [static]
createXMLTopNode_WOSD(XMLSTR lpszName, char isDeclaration=FALSE)XMLNode [static]
d (defined in XMLNode)XMLNode [private]
deepCopy() const XMLNode
deleteAttribute(int i=0)XMLNode
deleteAttribute(XMLCSTR lpszName)XMLNode
deleteAttribute(XMLAttribute *anAttribute)XMLNode
deleteClear(int i=0)XMLNode
deleteClear(XMLCSTR lpszValue)XMLNode
deleteClear(XMLClear *p)XMLNode
deleteNodeContent()XMLNode
deleteText(int i=0)XMLNode
deleteText(XMLCSTR lpszValue)XMLNode
detachFromParent(XMLNodeData *d) (defined in XMLNode)XMLNode [private, static]
emptyNode()XMLNode [static]
emptyTheNode(char force) (defined in XMLNode)XMLNode [private]
emptyXMLAttribute (defined in XMLNode)XMLNode [static]
emptyXMLClear (defined in XMLNode)XMLNode [static]
emptyXMLNode (defined in XMLNode)XMLNode [static]
enumContents(XMLElementPosition i) const XMLNode
exactMemory(XMLNodeData *d) (defined in XMLNode)XMLNode [private, static]
findPosition(XMLNodeData *d, int index, XMLElementType xtype) (defined in XMLNode)XMLNode [inline, private, static]
getAttribute(int i=0) const XMLNode
getAttribute(XMLCSTR name, int i) const XMLNode
getAttribute(XMLCSTR name, int *i=NULL) const XMLNode
getAttributeName(int i=0) const XMLNode
getAttributeValue(int i=0) const XMLNode
getChildNode(int i=0) const XMLNode
getChildNode(XMLCSTR name, int i) const XMLNode
getChildNode(XMLCSTR name, int *i=NULL) const XMLNode
getChildNodeByPath(XMLCSTR path, char createNodeIfMissing=0, XMLCHAR sep='/')XMLNode
getChildNodeByPathNonConst(XMLSTR path, char createNodeIfMissing=0, XMLCHAR sep='/')XMLNode
getChildNodeWithAttribute(XMLCSTR tagName, XMLCSTR attributeName, XMLCSTR attributeValue=NULL, int *i=NULL) const XMLNode
getClear(int i=0) const XMLNode
getError(XMLError error)XMLNode [static]
getName() const XMLNode
getParentNode() const XMLNode
getText(int i=0) const XMLNode
getVersion()XMLNode [static]
guessCharEncoding(void *buffer, int bufLen, char useXMLEncodingAttribute=1)XMLNode [static]
indexClear(XMLCSTR lpszValue) const (defined in XMLNode)XMLNode [private]
indexText(XMLCSTR lpszValue) const (defined in XMLNode)XMLNode [private]
isAttributeSet(XMLCSTR name) const XMLNode
isDeclaration() const XMLNode
isEmpty() const XMLNode
maybeAddTxT(void *pa, XMLCSTR tokenPStr) (defined in XMLNode)XMLNode [private]
nAttribute() const XMLNode
nChildNode(XMLCSTR name) const XMLNode
nChildNode() const XMLNode
nClear() const XMLNode
nElement() const XMLNode
nText() const XMLNode
openFileHelper(XMLCSTR filename, XMLCSTR tag=NULL)XMLNode [static]
operator=(const XMLNode &A)XMLNode
parseClearTag(void *px, void *pa) (defined in XMLNode)XMLNode [private]
parseFile(XMLCSTR filename, XMLCSTR tag=NULL, XMLResults *pResults=NULL)XMLNode [static]
parseString(XMLCSTR lpXMLString, XMLCSTR tag=NULL, XMLResults *pResults=NULL)XMLNode [static]
ParseXMLElement(void *pXML) (defined in XMLNode)XMLNode [private]
positionOfChildNode(int i=0) const (defined in XMLNode)XMLNode
positionOfChildNode(XMLNode x) const (defined in XMLNode)XMLNode
positionOfChildNode(XMLCSTR name, int i=0) const XMLNode
positionOfClear(int i=0) const (defined in XMLNode)XMLNode
positionOfClear(XMLCSTR lpszValue) const (defined in XMLNode)XMLNode
positionOfClear(XMLClear *a) const (defined in XMLNode)XMLNode
positionOfText(int i=0) const (defined in XMLNode)XMLNode
positionOfText(XMLCSTR lpszValue) const (defined in XMLNode)XMLNode
removeOrderElement(XMLNodeData *d, XMLElementType t, int index) (defined in XMLNode)XMLNode [private, static]
setGlobalOptions(XMLCharEncoding characterEncoding=XMLNode::char_encoding_UTF8, char guessWideCharChars=1, char dropWhiteSpace=1, char removeCommentsInMiddleOfText=1)XMLNode [static]
updateAttribute(XMLAttribute *newAttribute, XMLAttribute *oldAttribute)XMLNode
updateAttribute(XMLCSTR lpszNewValue, XMLCSTR lpszNewName=NULL, int i=0)XMLNode
updateAttribute(XMLCSTR lpszNewValue, XMLCSTR lpszNewName, XMLCSTR lpszOldName)XMLNode
updateAttribute_WOSD(XMLAttribute *newAttribute, XMLAttribute *oldAttribute)XMLNode
updateAttribute_WOSD(XMLSTR lpszNewValue, XMLSTR lpszNewName=NULL, int i=0)XMLNode
updateAttribute_WOSD(XMLSTR lpszNewValue, XMLSTR lpszNewName, XMLCSTR lpszOldName)XMLNode
updateClear(XMLCSTR lpszNewContent, int i=0)XMLNode
updateClear(XMLClear *newP, XMLClear *oldP)XMLNode
updateClear(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue)XMLNode
updateClear_WOSD(XMLSTR lpszNewContent, int i=0)XMLNode
updateClear_WOSD(XMLClear *newP, XMLClear *oldP)XMLNode
updateClear_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue)XMLNode
updateName(XMLCSTR lpszName)XMLNode
updateName_WOSD(XMLSTR lpszName)XMLNode
updateText(XMLCSTR lpszNewValue, int i=0)XMLNode
updateText(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue)XMLNode
updateText_WOSD(XMLSTR lpszNewValue, int i=0)XMLNode
updateText_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue)XMLNode
writeToFile(XMLCSTR filename, const char *encoding=NULL, char nFormat=1) const XMLNode
XMLCharEncoding enum nameXMLNode
XMLCharEncoding typedefXMLNode
XMLNode(struct XMLNodeDataTag *pParent, XMLSTR lpszName, char isDecl)XMLNode [private]
XMLNode(struct XMLNodeDataTag *p)XMLNode [private]
XMLNode(const XMLNode &A)XMLNode
XMLNode() (defined in XMLNode)XMLNode [inline]
XMLNodeData typedef (defined in XMLNode)XMLNode [private]
~XMLNode() (defined in XMLNode)XMLNode


Generated on Tue May 15 2012 for DCMTK Version 3.6.1 20120515 by Doxygen 1.7.5.1-20111027