Parent Directory | Revision Log | Patch
revision 1.80 by wakaba, Tue May 6 08:59:09 2008 UTC | revision 1.81 by wakaba, Sat May 10 06:04:39 2008 UTC | |
---|---|---|
# | Line 427 sub check_document ($$$;$) { | Line 427 sub check_document ($$$;$) { |
427 | return $return; | return $return; |
428 | } # check_document | } # check_document |
429 | ||
430 | ## Check an element. The element is checked as if it is an orphan node (i.e. | |
431 | ## an element without a parent node). | |
432 | sub check_element ($$$;$) { | sub check_element ($$$;$) { |
433 | my ($self, $el, $onerror, $onsubdoc) = @_; | my ($self, $el, $onerror, $onsubdoc) = @_; |
434 | $self = bless {}, $self unless ref $self; | $self = bless {}, $self unless ref $self; |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |