us.codecraft.xsoup
类 ElementOperator

java.lang.Object
  继承者 us.codecraft.xsoup.ElementOperator
直接已知子类:
ElementOperator.AllText, ElementOperator.AttributeGetter, ElementOperator.GroupedText, ElementOperator.Html, ElementOperator.OuterHtml, ElementOperator.Regex, ElementOperator.TidyText

public abstract class ElementOperator
extends Object

Operate on element to get XPath result.

作者:
code4crafter@gmail.com

嵌套类摘要
static class ElementOperator.AllText
           
static class ElementOperator.AttributeGetter
           
static class ElementOperator.GroupedText
           
static class ElementOperator.Html
           
static class ElementOperator.OuterHtml
           
static class ElementOperator.Regex
          usage:

regex('.*') regex(@attr,'.*') regex(@attr,'.

static class ElementOperator.TidyText
           
 
构造方法摘要
ElementOperator()
           
 
方法摘要
abstract  String operate(org.jsoup.nodes.Element element)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ElementOperator

public ElementOperator()
方法详细信息

operate

public abstract String operate(org.jsoup.nodes.Element element)


Copyright © 2014. All rights reserved.