Interface NodeScanner

All Known Implementing Classes:
RegexNodeScanner, XPathNodeScanner

public interface NodeScanner
Scans an XML DOM for nodes that fit a certain condition.
Author:
Alfonso Vásquez
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.dom4j.Node>
    scan(org.dom4j.Document document)
    Scans the specified document for nodes that fit a certain condition.
  • Method Details

    • scan

      List<org.dom4j.Node> scan(org.dom4j.Document document) throws XmlException
      Scans the specified document for nodes that fit a certain condition.
      Returns:
      the list of nodes that fit the condition
      Throws:
      XmlException