21 #ifndef SEPARATISTA_LEAFELEMENT_H 22 #define SEPARATISTA_LEAFELEMENT_H 27 #include "separatista/separatista.h" 28 #include "separatista/xerces_types.h" 29 #include "separatista/element.h" 30 #include "separatista/validator.h" 31 #include "separatista/elementdescriptor.h" 47 IOErrorCode toDOMDocument(xercesc::DOMDocument *pDocument, xercesc::DOMElement *pParent,
const ErrorOptions errorOptions = ThrowExceptions)
const;
49 void fromDOMDocument(xercesc::DOMElement *pDOMElement,
const ErrorOptions errorOptions = ThrowExceptions);
54 const wchar_t* getTextValue()
const;
59 void setValue(
const wchar_t *pValue,
const ErrorOptions errorOptions = ThrowExceptions);
70 #endif // SEPARATISTA_LEAFELEMENT_H Definition: leafelement.h:38
Definition: elementdescriptor.h:58
ErrorOptions
Definition: element.h:62