1XML::DOM::ElementDecl(3U)ser Contributed Perl DocumentatiXoMnL::DOM::ElementDecl(3)
2
3
4
6 XML::DOM::ElementDecl - An XML ELEMENT declaration in XML::DOM
7
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
18 getName
19 Returns the Element tagName.
20
21 getModel and setModel (model)
22 Returns and sets the model as a string, e.g. "(street+, city,
23 state, zip, country?)" in the above example.
24
25
26
27perl v5.8.8 2002-02-08 XML::DOM::ElementDecl(3)