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 getName
18 Returns the attribute name.
19
20 getDefault
21 Returns the default value, or undef.
22
23 isFixed
24 Whether the attribute value is fixed (see #FIXED keyword.)
25
26 isRequired
27 Whether the attribute value is required (see #REQUIRED keyword.)
28
29 isImplied
30 Whether the attribute value is implied (see #IMPLIED keyword.)
31
32
33
34perl v5.28.0 2000-01-31 XML::DOM::AttDef(3)