Inheritance diagram for XMLElement:


Public Member Functions | |
| XMLNode | AppendChild (XMLNode NewChild) |
| String | GetAttribute (String URI, String Name) |
| String | GetAttribute (String Name) |
| XMLAttribute | GetAttributeNode (XMLAttribute AttributeNode, Boolean ns) |
| XMLAttribute | GetAttributeNode (String URI, String Name) |
| XMLAttribute | GetAttributeNode (int Index) |
| XMLAttribute | GetAttributeNode (String Name) |
| XMLAttribute | RemoveAttribute (XMLAttribute attributeNode) |
| XMLAttribute | RemoveAttribute (String Name) |
| void | SetAttribute (String URI, String Name, String Value) |
| void | SetAttribute (String Name, String Value) |
Public Attributes | |
| int | AttributeCount |
| int | ChildCount |
| XMLNode | FirstChild |
| XMLNode | LastChild |
| int | LastError |
| String | LocalName |
| String | Name |
| String | NamespaceURI |
| String XMLElement.GetAttribute | ( | String | URI, | |
| String | Name | |||
| ) |
| String XMLElement.GetAttribute | ( | String | Name | ) |
| XMLAttribute XMLElement.GetAttributeNode | ( | XMLAttribute | AttributeNode, | |
| Boolean | ns | |||
| ) |
| XMLAttribute XMLElement.GetAttributeNode | ( | String | URI, | |
| String | Name | |||
| ) |
| XMLAttribute XMLElement.GetAttributeNode | ( | int | Index | ) |
| XMLAttribute XMLElement.GetAttributeNode | ( | String | Name | ) |
| XMLAttribute XMLElement.RemoveAttribute | ( | XMLAttribute | attributeNode | ) |
| XMLAttribute XMLElement.RemoveAttribute | ( | String | Name | ) |
| void XMLElement.SetAttribute | ( | String | URI, | |
| String | Name, | |||
| String | Value | |||
| ) |
| void XMLElement.SetAttribute | ( | String | Name, | |
| String | Value | |||
| ) |
int XMLNode.ChildCount [inherited] |
XMLNode XMLNode.FirstChild [inherited] |
XMLNode XMLNode.LastChild [inherited] |
int XMLNode.LastError [inherited] |
String XMLNode.LocalName [inherited] |
String XMLNode.Name [inherited] |
String XMLNode.NamespaceURI [inherited] |
1.5.1