NAME
PRANG::Graph::Seq - a sequence of graph nodes
SYNOPSIS
See PRANG::Graph::Meta::Element source and PRANG::Graph::Node for examples and information.
DESCRIPTION
This graph node specifies that the XML graph at this point has a sequence of text nodes, elements, element choices or quantities thereof, depending on the type of entries in the members property.
Classes with only one element defined do not have one of these objects in their graph. Typically there is one members entry per element defined in the class.
ATTRIBUTES
- ArrayRef[PRANG::Graph::Node] members
-
The members property provides the next portion of the XML Graph. Depending on the type of entry, it will accept and emit nodes in a particular way.
Entries must be one of PRANG::Graph::Quant, PRANG::Graph::Choice, PRANG::Graph::Element, or PRANG::Graph::Text.
SEE ALSO
PRANG::Graph::Meta::Class, PRANG::Graph::Meta::Element, PRANG::Graph::Context, PRANG::Graph::Node
Lower order PRANG::Graph::Node types:
PRANG::Graph::Quant, PRANG::Graph::Choice, PRANG::Graph::Element, PRANG::Graph::Text
AUTHOR AND LICENCE
Development commissioned by NZ Registry Services, and carried out by Catalyst IT - http://www.catalyst.net.nz/
Copyright 2009, 2010, NZ Registry Services. This module is licensed under the Artistic License v2.0, which permits relicensing under other Free Software licenses.