|
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER GetCharacterValueInNode (handle) |
Returns the CHARACTER Value of the Text node that is the first child
of an XML Element |
|
| + | HANDLE GetChildByName (handle, character) |
Returns a X-NODEREF that points to the first child node of the given
node with the given name |
|
| + | LONGCHAR GetLongcharValueInNode (handle) |
Returns the LONGCHAR Value of the Text node that is the first child
of an XML Element |
|
| + | HANDLE InsertElementNode (handle, character) |
Adds an Element node to a X-NODEREF |
|
| + | InsertNodeAttribute (handle, character, character) |
Inserts an Attribute Node to an exiting XML Node |
|
| + | HANDLE InsertTextNode (handle, character) |
Adds a Text node to a X-NODEREF |
|
| + | HANDLE InsertTextNode (handle, longchar) |
Adds a Text node to a X-NODEREF |
|
| + | HANDLE InsertTextNode (handle, raw) |
Adds a base64-encoded Text node for RAW value to a X-NODEREF |
|
| + | LOGICAL IsWellFormed (longchar) |
Verifies of the physical structure of the passed in Longchar is a
valid (well-formed) XML Document |
|
| + | CHARACTER Sanitize (character) |
Sanitizes the passed in Character value as an XML Document |
|
| + | LONGCHAR Sanitize (longchar) |
Sanitizes the passed in Longchar value as an XML Document |
| Options | Name | Purpose | |
|---|---|---|---|
| # | XmlHelper () |
Constructor for the XmlHelper class |
|
Top
PUBLIC CHARACTER GetCharacterValueInNode (handle)
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC HANDLE GetChildByName (handle, character)
|
|||||||||||||||||||||||||||
PUBLIC LONGCHAR GetLongcharValueInNode (handle)
|
|||||||||||||||||||||||||||
PUBLIC HANDLE InsertElementNode (handle, character)
|
|||||||||||||||||||||||||||
PUBLIC InsertNodeAttribute (handle, character, character)
|
|||||||||||||||||||||||||||
PUBLIC HANDLE InsertTextNode (handle, character)
|
|||||||||||||||||||||||||||
PUBLIC HANDLE InsertTextNode (handle, longchar)
|
|||||||||||||||||||||||||||
PUBLIC HANDLE InsertTextNode (handle, raw)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsWellFormed (longchar)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER Sanitize (character)
|
|||||||||||||||||||||||||||
PUBLIC LONGCHAR Sanitize (longchar)
|
|||||||||||||||||||||||||||
PROTECTED XmlHelper ()
|
||||||||
|---|---|---|---|---|---|---|---|---|