18 |
if ({ |
if ({ |
19 |
## Read-only attributes (trivial accessors) |
## Read-only attributes (trivial accessors) |
20 |
node_name => 1, |
node_name => 1, |
21 |
|
owner_document_type_definition => 1, |
22 |
}->{$method_name}) { |
}->{$method_name}) { |
23 |
no strict 'refs'; |
no strict 'refs'; |
24 |
eval qq{ |
eval qq{ |
131 |
} |
} |
132 |
} # manakai_declaration_base_uri |
} # manakai_declaration_base_uri |
133 |
|
|
134 |
|
## NOTE: A manakai extension. |
135 |
|
sub owner_document_type_definition ($); |
136 |
|
|
137 |
## NOTE: Setter is a manakai extension. |
## NOTE: Setter is a manakai extension. |
138 |
sub public_id ($;$); |
sub public_id ($;$); |
139 |
|
|