Inheritance diagram for XMLDocSupport:


Static Public Member Functions | |
| static void | AppendChildCDATA (XMLElement extends e, string inName, string inText) |
| static void | AppendChildPicture (XMLElement extends e, string inName, Picture inPic) |
| static void | AppendChildText (XMLElement extends e, string inName, string inText) |
| static String | GetChildCDATA (XMLElement extends e, string inName) |
| static Picture | GetChildPicture (XMLElement extends e, string inName) |
| static String | GetChildText (XMLElement extends e, string inName) |
| static XMLElement | GetElement (XMLElement extends e, integer i) |
| static XMLElement | GetElement (XMLElement extends e, string inName) |
| static DoubleRectMBS | GetRectAttributes (XMLElement extends e) |
| static Variant | getVariantAttribute (XMLElement extends e, string inName) |
| static Boolean | readBoolAttribute (XMLElement extends inXML, string attributeName, boolean defaultValue) |
| static Boolean | readBoolAttribute (XMLElement extends inXML, string attributeName) |
| static Color | readColorAttribute (XMLElement extends inXML, string attributeName, Color defaultValue) |
| static Color | readColorAttribute (XMLElement extends inXML, string attributeName) |
| static double | readDoubleAttribute (XMLElement extends inXML, string attributeName, double defaultValue) |
| static double | readDoubleAttribute (XMLElement extends inXML, string attributeName) |
| static integer | readIntAttribute (XMLElement extends inXML, string attributeName, integer defaultValue) |
| static integer | readIntAttribute (XMLElement extends inXML, string attributeName) |
| static string | readStringAttribute (XMLElement extends inXML, string attributeName) |
| static void | setAttribute (XMLElement extends e, string inName, scn measure) |
| static void | setAttribute (XMLElement extends e, string inName, color c) |
| static void | setAttribute (XMLElement extends e, string inName, double d) |
| static void | setAttribute (XMLElement extends e, string inName, integer n) |
| static void | setAttribute (XMLElement extends e, string inName, Boolean b) |
| static void | SetRectAttributes (XMLElement extends e, DoubleRectMBS r) |
| static void | setVariantAttribute (XMLElement extends e, string inName, variant v) |
Static Package Attributes | |
| static XMLDocument | gXMLDoc |
XMLDocument XMLDocSupport.gXMLDoc [static, package] |
1.5.1