Mercurial > pub > Impl
comparison Lib/IMPL/DOM/XMLReader.pm @ 11:75980091813b
DOM и навигация
| author | Sergey |
|---|---|
| date | Wed, 02 Sep 2009 17:47:44 +0400 |
| parents | 63f6653b094e |
| children | bb8d67f811ea |
comparison
equal
deleted
inserted
replaced
| 10:63f6653b094e | 11:75980091813b |
|---|---|
| 27 } | 27 } |
| 28 | 28 |
| 29 sub OnBegin { | 29 sub OnBegin { |
| 30 my ($this,$element,%attrs) = @_; | 30 my ($this,$element,%attrs) = @_; |
| 31 | 31 |
| 32 $this->{$_current} = $this->Navigator->CreateAndNavigate($element,%attrs); | 32 $this->{$_current} = $this->Navigator->NavigateCreate($element,%attrs); |
| 33 } | 33 } |
| 34 | 34 |
| 35 sub OnEnd { | 35 sub OnEnd { |
| 36 my ($this,$element) = @_; | 36 my ($this,$element) = @_; |
| 37 | 37 |
