1XML::DOM::AttDef(3) User Contributed Perl Documentation XML::DOM::AttDef(3)
2
3
4
6 XML::DOM::AttDef - A single XML attribute definition in an ATTLIST in
7 XML::DOM
8
10 XML::DOM::AttDef extends XML::DOM::Node, but is not part of the DOM
11 Level 1 specification.
12
13 Each object of this class represents one attribute definition in an
14 AttlistDecl.
15
16 METHODS
17
18 getName
19 Returns the attribute name.
20
21 getDefault
22 Returns the default value, or undef.
23
24 isFixed
25 Whether the attribute value is fixed (see #FIXED keyword.)
26
27 isRequired
28 Whether the attribute value is required (see #REQUIRED keyword.)
29
30 isImplied
31 Whether the attribute value is implied (see #IMPLIED keyword.)
32
33
34
35perl v5.8.8 2002-02-08 XML::DOM::AttDef(3)