(&self, kind: PropertyKind)
| 54 | /// Retrieve a named property from this node, if present. |
| 55 | #[inline] |
| 56 | pub fn property(&self, kind: PropertyKind) -> Option<Cursor> { |
| 57 | self.source.and_then(|s| s.get_property(kind)) |
| 58 | } |
| 59 | } |
no test coverage detected