( self, tag, att, match)
| 2379 | return Xml( ret) |
| 2380 | |
| 2381 | def find_next( self, tag, att, match): |
| 2382 | ret = mupdf.fz_dom_find_next( self.this, tag, att, match) |
| 2383 | if ret.m_internal: |
| 2384 | return Xml( ret) |
| 2385 | |
| 2386 | @property |
| 2387 | def first_child( self): |
no test coverage detected