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): (source)

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

def test_loadTwice(self): (source)

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

templateString: str = (source)

Simple template to use to exercise the loaders.