xmltooling
1.4.2
|
This is the complete list of members for xmltooling::XMLHelper, including all inherited members.
appendChildElement(xercesc::DOMElement *parentElement, xercesc::DOMElement *childElement) | xmltooling::XMLHelper | static |
getAttrBool(const xercesc::DOMElement *e, bool defValue, const XMLCh *localName, const XMLCh *ns=0) | xmltooling::XMLHelper | static |
getAttributeValueAsQName(const xercesc::DOMAttr *attribute) | xmltooling::XMLHelper | static |
getAttrInt(const xercesc::DOMElement *e, int defValue, const XMLCh *localName, const XMLCh *ns=0) | xmltooling::XMLHelper | static |
getAttrString(const xercesc::DOMElement *e, const char *defValue, const XMLCh *localName, const XMLCh *ns=0) | xmltooling::XMLHelper | static |
getFirstChildElement(const xercesc::DOMNode *n, const XMLCh *localName=0) | xmltooling::XMLHelper | static |
getFirstChildElement(const xercesc::DOMNode *n, const XMLCh *ns, const XMLCh *localName) | xmltooling::XMLHelper | static |
getIdAttribute(const xercesc::DOMElement *domElement) | xmltooling::XMLHelper | static |
getLastChildElement(const xercesc::DOMNode *n, const XMLCh *localName=0) | xmltooling::XMLHelper | static |
getLastChildElement(const xercesc::DOMNode *n, const XMLCh *ns, const XMLCh *localName) | xmltooling::XMLHelper | static |
getNextSiblingElement(const xercesc::DOMNode *n, const XMLCh *localName=0) | xmltooling::XMLHelper | static |
getNextSiblingElement(const xercesc::DOMNode *n, const XMLCh *ns, const XMLCh *localName) | xmltooling::XMLHelper | static |
getNodeQName(const xercesc::DOMNode *domNode) | xmltooling::XMLHelper | static |
getNodeValueAsBool(const xercesc::DOMNode *domNode, bool def) | xmltooling::XMLHelper | static |
getNodeValueAsQName(const xercesc::DOMNode *domNode) | xmltooling::XMLHelper | static |
getNonVisiblyUsedPrefixes(const XMLObject &tree, std::map< xstring, xstring > &prefixes) | xmltooling::XMLHelper | static |
getPreviousSiblingElement(const xercesc::DOMNode *n, const XMLCh *localName=0) | xmltooling::XMLHelper | static |
getPreviousSiblingElement(const xercesc::DOMNode *n, const XMLCh *ns, const XMLCh *localName) | xmltooling::XMLHelper | static |
getTextContent(const xercesc::DOMElement *e) | xmltooling::XMLHelper | static |
getXMLObjectById(const XMLObject &tree, const XMLCh *id) | xmltooling::XMLHelper | static |
getXMLObjectById(XMLObject &tree, const XMLCh *id) | xmltooling::XMLHelper | static |
getXSIType(const xercesc::DOMElement *e) | xmltooling::XMLHelper | static |
hasXSIType(const xercesc::DOMElement *e) | xmltooling::XMLHelper | static |
isNodeNamed(const xercesc::DOMNode *n, const XMLCh *ns, const XMLCh *local) | xmltooling::XMLHelper | static |
serialize(const xercesc::DOMNode *n, std::string &buf, bool pretty=false) | xmltooling::XMLHelper | static |
serialize(const xercesc::DOMNode *n, std::ostream &out, bool pretty=false) | xmltooling::XMLHelper | static |