walk method

void walk(
  1. UEpubNode node
)

Implementation

void walk(UEpubNode node) {
  _visit(node, 0);
  _flush();
}