Programming Guide : 4. Working with Classes : XML Support for OpenROAD
 
Share this page                  
XML Support for OpenROAD
OpenROAD provides classes for generating and parsing arbitrary XML files. No additional UserClasses or external classes are required. XML documents (URLs or files) are parsed into their tree-based object structure. OpenROAD can produce UTF-8 and UTF-16 output, which are supported by any XML parsers. The XML classes are:
XMLAttribute
XMLCDATA
XMLComment
XMLDocument
XMLElement
XMLNode
XMLPI
XMLSchemaCache
XMLText
For descriptions about these classes, see the Language Reference Guide.