Package edu.utexas.its.eis.tools.qwicap.template.xml.immutable

Class Summary
ImmutableMarkup ImmutableMarkup represents a body of XML markup that cannot be altered in any way.
XMLDocument XMLDocument creates a body of immutable markup from the XML document specified by a File or URL object, or, at a lower level, any InputStream or Reader object.
XMLString XMLString creates a body of immutable markup from any String containing XML markup, provided that the string is well-formed, in the sense that for every "start" tag there is a corresponding "end" tag.