Description
The PBDOM_ENTITYREFERENCE class defines behavior for an XML Entity reference Node. It allows you to insert entity references within element nodes as well as attribute nodes. The PBDOM_ENTITYREFERENCE class is derived from PBDOM_OBJECT.
Methods
Some of the inherited methods from PBDOM_OBJECT currently serve no meaningful objective, and only default or trivial functionalities result. These are described in the following table:
|
Method |
Always returns |
|---|---|
|
AddContent |
current PBDOM_ENTITYREFERENCE |
|
GetContent |
false |
|
GetText |
an empty string |
|
GetTextNormalize |
an empty string |
|
GetTextTrim |
an empty string |
|
HasChildren |
false |
|
InsertContent |
current PBDOM_ENTITYREFERENCE |
|
IsAncestorObjectOf |
false |
|
RemoveContent |
false |
|
SetContent |
current PBDOM_ENTITYREFERENCE |
PBDOM_ENTITYREFERENCE has the following non-trivial methods:


