(self)
| 812 | """Fragment builder that supports namespaces.""" |
| 813 | |
| 814 | def reset(self): |
| 815 | FragmentBuilder.reset(self) |
| 816 | self._initNamespaces() |
| 817 | |
| 818 | def _getNSattrs(self): |
| 819 | """Return string of namespace attributes from this element and |
nothing calls this directly
no test coverage detected