tag_xml library

Classes

TagXml
Represents an XML tag that can behave like a POCO class and implement validations and computations Just extend this class and point your gettes and setters to the XML nodes using getValueFromNode and setValueForNode
TypeTag<T extends TagXml>
Represents a tag that uses his type as tagName.