class documentation

Undocumented

Method loaderFactory Undocumented
Method test_load Verify that the loader returns a tag with the correct children.
Method test_loadTwice If {load()} can be called on a loader twice the result should be the same.
Class Variable deprecatedUse True if this use of XMLFile is deprecated and should emit a DeprecationWarning.
Class Variable templateString Simple template to use to exercise the loaders.
def test_load(self):

Verify that the loader returns a tag with the correct children.

def test_loadTwice(self):

If {load()} can be called on a loader twice the result should be the same.

templateString: str =

Simple template to use to exercise the loaders.