def get_page_url(self): return get_document_url(self.uri, "page")
def get_data_url(self): return get_document_url(self.uri, "data")