HDK
|
#include <UT_XMLNode.h>
Public Member Functions | |
UT_XMLNode (xmlNodePtr node) | |
Constructor. More... | |
~UT_XMLNode () | |
Destructor. More... | |
UT_XMLNode (const UT_XMLNode &)=delete | |
UT_XMLNode & | operator= (const UT_XMLNode &)=delete |
const UT_StringHolder & | getName () |
Return the node name. More... | |
const UT_XMLNodeList & | getChildren () |
const UT_StringHolder & | getContents () |
int | getLineNumber () const |
Definition at line 38 of file UT_XMLNode.h.
|
explicit |
Constructor.
UT_XMLNode::~UT_XMLNode | ( | ) |
Destructor.
|
delete |
const UT_XMLNodeList& UT_XMLNode::getChildren | ( | ) |
Return the list of children
const UT_StringHolder& UT_XMLNode::getContents | ( | ) |
Return the contents of the node. Return an empty string if this is not a contents node.
int UT_XMLNode::getLineNumber | ( | ) | const |
Return the line number that this node appears in in the file or in memory.
const UT_StringHolder& UT_XMLNode::getName | ( | ) |
Return the node name.
|
delete |