Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
XMLTags.py File Reference

This file defines some classes that make outputting HTML tags more elegant. More...

Classes

class  Library.IO.XML.XMLTags.AnXMLTag
 A basic XML tag. More...
 
class  Library.IO.XML.XMLTags.AnXMLWrapperTag
 An XML tag that wraps around some text. More...
 

Variables

string Library.IO.XML.XMLTags.xtStringRepresentation = "<{tagName}{attributes} />"
 The format used to construct a string representation of an XML tag.
 
string Library.IO.XML.XMLTags.xwtStringRepresentation = "<{tagName}{attributes}>{text}</{tagName}>"
 The format used to construct a string representation of an XML wrapper tag.
 

Detailed Description

This file defines some classes that make outputting HTML tags more elegant.