Dart API Referencedart:htmlNodeIterator

NodeIterator Interface

Methods

Code void detach() #

void detach();

Code Node nextNode() #

Node nextNode();

Code Node previousNode() #

Node previousNode();

Fields

Code final bool expandEntityReferences #

final bool expandEntityReferences;

Code final NodeFilter filter #

final NodeFilter filter;

Code final bool pointerBeforeReferenceNode #

final bool pointerBeforeReferenceNode;

Code final Node referenceNode #

final Node referenceNode;

Code final Node root #

final Node root;

Code final int whatToShow #

final int whatToShow;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.