1Schema::Node(3) User Contributed Perl Documentation Schema::Node(3)
23
4
NAME
6XML::Validator::Schema::Node
7
DESCRIPTION
9Base class for nodes in the schema tree. Used by both temporary nodes
10resolved during compilation (ex. ::ModelNode) and permanent nodes (ex.
11::ElementNode).
1213
This is an abstract base class and may not be directly instantiated.
1415
16
17
perl v5.34.0 2021-07-23 Schema::Node(3)