public static enum ExtractBy.Source extends Enum<ExtractBy.Source>
| 枚举常量和说明 |
|---|
RawHtml
extract from the raw html
|
RawText |
SelectedHtml
extract from the content extracted by class extractor
|
public static final ExtractBy.Source SelectedHtml
public static final ExtractBy.Source RawHtml
public static final ExtractBy.Source RawText
public static ExtractBy.Source[] values()
for (ExtractBy.Source c : ExtractBy.Source.values()) System.out.println(c);
public static ExtractBy.Source valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.