xsdata.formats.bindings module¶
-
class
xsdata.formats.bindings.AbstractParser[source]¶ Bases:
abc.ABC-
from_path(path, clazz=None)[source]¶ Parse the input file path and return the resulting object tree.
-
from_string(source, clazz=None)[source]¶ Parse the input string and return the resulting object tree.
-