=========
XML Nodes
=========

Xml nodes are used during parsing to map sax events and elements to binding metadata
for models and their fields.

.. currentmodule:: xsdata.formats.dataclass.parsers.nodes

.. autosummary::
    :toctree: reference
    :template: dataclass.rst
    :nosignatures:

    ElementNode
    WildcardNode
    UnionNode
    PrimitiveNode
    StandardNode
    WrapperNode
