#include <dom.h>
|
| EmbedDOMLocator (const boost::filesystem::path &file_, int row_, int embedCount_, std::string xpath_) |
|
| EmbedDOMLocator (const EmbedDOMLocator &src) |
|
EmbedDOMLocator & | operator= (const EmbedDOMLocator &src) |
|
| EmbedDOMLocator (const EmbedDOMLocator &&src)=delete |
|
EmbedDOMLocator & | operator= (const EmbedDOMLocator &&src)=delete |
|
XMLFileLoc | getLineNumber () const override |
|
XMLFileLoc | getColumnNumber () const override |
|
XMLFilePos | getByteOffset () const override |
|
XMLFilePos | getUtf16Offset () const override |
|
xercesc::DOMNode * | getRelatedNode () const override |
|
const XMLCh * | getURI () const override |
|
int | getEmbedCount () const |
|
const std::string & | getRootXPathExpression () const |
| get a (simple) XPath expression to the location: each element is prefixed with the namespace URI between { }
|
|
std::string | getRootHRXPathExpression () const |
| get human readable (simple) XPath expression to the location
|
|
|
static void | addNSURIPrefix (std::string nsuri, const std::vector< std::string > &prefix) |
|
static const std::map< std::string, std::string > & | getNSURIPrefix () |
|
|
static std::map< std::string, std::string > & | nsURIPrefix () |
|
|
X | x |
|
const XMLCh * | file |
|
int | row |
|
int | embedCount |
|
std::string | xpath |
|
Helper class for DOMEvalException. Extension of DOMLocator with a embed count
The documentation for this class was generated from the following files:
- /mbsim-env/openmbv/mbxmlutils/mbxmlutilshelper/dom.h
- /mbsim-env/openmbv/mbxmlutils/mbxmlutilshelper/dom.cc