21 |
if ({ |
if ({ |
22 |
## Read-only attributes (trivial accessors) |
## Read-only attributes (trivial accessors) |
23 |
node_name => 1, |
node_name => 1, |
24 |
|
owner_element_type_definition => 1, |
25 |
}->{$method_name}) { |
}->{$method_name}) { |
26 |
no strict 'refs'; |
no strict 'refs'; |
27 |
eval qq{ |
eval qq{ |
138 |
return $$self->{default_type} || 0; |
return $$self->{default_type} || 0; |
139 |
} # default_type |
} # default_type |
140 |
|
|
141 |
|
sub owner_element_type_definition ($); |
142 |
|
|
143 |
package Message::IF::AttributeDefinition; |
package Message::IF::AttributeDefinition; |
144 |
|
|
145 |
package Message::DOM::Document; |
package Message::DOM::Document; |
146 |
|
|
|
## Spec: |
|
|
## <http://suika.fam.cx/gate/2005/sw/DocumentXDoctype> |
|
|
|
|
147 |
sub create_attribute_definition ($$) { |
sub create_attribute_definition ($$) { |
148 |
return Message::DOM::AttributeDefinition->____new (@_[0, 1]); |
return Message::DOM::AttributeDefinition->____new (@_[0, 1]); |
149 |
} # create_attribute_definition |
} # create_attribute_definition |
150 |
|
|
151 |
|
=head1 LICENSE |
152 |
|
|
153 |
|
Copyright 2007 Wakaba <w@suika.fam.cx> |
154 |
|
|
155 |
|
This program is free software; you can redistribute it and/or |
156 |
|
modify it under the same terms as Perl itself. |
157 |
|
|
158 |
|
=cut |
159 |
|
|
160 |
1; |
1; |
|
## License: <http://suika.fam.cx/~wakaba/archive/2004/8/18/license#Perl+MPL> |
|
161 |
## $Date$ |
## $Date$ |