31 |
} elsif ({ |
} elsif ({ |
32 |
## Read-write attributes (boolean, trivial accessors) |
## Read-write attributes (boolean, trivial accessors) |
33 |
has_replacement_tree => 1, |
has_replacement_tree => 1, |
34 |
|
manakai_has_bom => 1, |
35 |
is_externally_declared => 1, |
is_externally_declared => 1, |
36 |
}->{$method_name}) { |
}->{$method_name}) { |
37 |
no strict 'refs'; |
no strict 'refs'; |
57 |
goto &{ $AUTOLOAD }; |
goto &{ $AUTOLOAD }; |
58 |
} elsif ({ |
} elsif ({ |
59 |
## Read-write attributes (DOMString, trivial accessors) |
## Read-write attributes (DOMString, trivial accessors) |
60 |
|
manakai_charset => 1, |
61 |
input_encoding => 1, |
input_encoding => 1, |
62 |
notation_name => 1, |
notation_name => 1, |
63 |
public_id => 1, |
public_id => 1, |
100 |
|
|
101 |
## |Entity| attributes |
## |Entity| attributes |
102 |
|
|
103 |
|
## TODO: documentation |
104 |
|
sub manakai_charset ($;$); |
105 |
|
|
106 |
sub manakai_declaration_base_uri ($;$) { |
sub manakai_declaration_base_uri ($;$) { |
107 |
## NOTE: Same as |Notation|'s. |
## NOTE: Same as |Notation|'s. |
108 |
|
|
199 |
} |
} |
200 |
} # manakai_entity_uri |
} # manakai_entity_uri |
201 |
|
|
202 |
|
## TODO: documentation |
203 |
|
sub manakai_has_bom ($;$); |
204 |
|
|
205 |
## NOTE: Setter is a manakai extension. |
## NOTE: Setter is a manakai extension. |
206 |
## TODO: Document it. |
## TODO: Document it. |
207 |
sub input_encoding ($;$); |
sub input_encoding ($;$); |