Public Types |
enum | { PMT_MAX_ATTR_LEN = 256
} |
Public Methods |
| PmtDomElement () |
| This method creates an empty DOM Element. More...
|
| PmtDomElement (const DOM_Element &element) |
| This method creates a Dom_Node from the element passed in. More...
|
| ~PmtDomElement () |
| This is the destructor. More...
|
PmtDomElement & | operator= (const PmtDomElement &pmtDomElement) |
| This is the assignment operator. More...
|
const DOM_Element & | getDomElement () const |
DOMString | getTagName () const |
| This method returns the node's tag name. More...
|
void | getTagName (SPmtString &tagName) const |
| This method returns the node's tag name via the parameter list. More...
|
bool | isTagNameGivenName (const char *name) const |
| This method tests to see if the tag name is a given name. More...
|
DOMString | getElementValue () const |
| This method gets the text node child first, before obtaining the value. More...
|
void | getElementValueAscii (char *value) const |
| This method gets the text node child first before obtaining the value. More...
|
DOMString | getAttrValue (const DOMString &attrName) const |
| This method returns the attribute value. More...
|
SPmtString | getAttrValue (const char *attrName) const |
|
These deliberately return void, since under no circumstances do we want to allow initialization chaining.
|
void | operator= (const DOM_Element &domElement) |
| This assignment operator takes a DOM_Element. More...
|
void | operator= (const int nullPtr) |
| This assignment operator creates a NULL Dom_Element. More...
|
void | operator= (const DOM_Node &node) |
| This assignment operator creates a DOM_Node. More...
|