byTag abstract method

PageLoaderElement byTag(
  1. String tag
)

Finds PageLoaderElement from this source by tag.

If used with PageUtils, finds the element representing tag found from the document root. If used with PageLoaderElement, finds the element representing tag found from the PageLoaderElement as root.

Implementation

PageLoaderElement byTag(String tag);