1XML::DOM::ElementDecl(3U)ser Contributed Perl DocumentatiXoMnL::DOM::ElementDecl(3)
2
3
4

NAME

6       XML::DOM::ElementDecl - An XML ELEMENT declaration in XML::DOM
7

DESCRIPTION

9       XML::DOM::ElementDecl extends XML::DOM::Node but is not part of the DOM
10       Level 1 specification.
11
12       This node represents an Element declaration, e.g.
13
14        <!ELEMENT address (street+, city, state, zip, country?)>
15
16   METHODS
17       getName
18           Returns the Element tagName.
19
20       getModel and setModel (model)
21           Returns and sets the model as a string, e.g.  "(street+, city,
22           state, zip, country?)" in the above example.
23
24
25
26perl v5.16.3                      2000-01-31          XML::DOM::ElementDecl(3)
Impressum