XMLElement Class Reference
[REALbasic Framework XML HandlingREALbasic Framework classes not finished]

Inherits XMLNode.

Inheritance diagram for XMLElement:

Inheritance graph
[legend]
Collaboration diagram for XMLElement:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

,


Member Function Documentation

XMLNode XMLNode.AppendChild ( XMLNode  NewChild  )  [inherited]

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 
)


Member Data Documentation

int XMLElement.AttributeCount

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]


The documentation for this class was generated from the following file:
Generated on Sat Nov 11 10:53:16 2006 for mf2 by  doxygen 1.5.1