magic-Dependency/zh_docs/us/codecraft/webmagic/model/annotation/ExtractByRaw-cmnt.xml

45 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<javadoc>
<meta>
<date-generated>Sat Aug 17 14:14:46 CST 2013</date-generated>
</meta>
<comment>
<key><![CDATA[us.codecraft.webmagic.model.annotation.ExtractByRaw]]></key>
<data><![CDATA[ 对于在Class级别就使用过ExtractBy的类在字段中想抽取全部内容可使用此方法。<br>
@author code4crafter@gmail.com <br>
Date: 13-8-1 <br>
Time: 下午8:40 <br>
]]></data>
</comment>
<comment>
<key><![CDATA[us.codecraft.webmagic.model.annotation.ExtractByRaw.value]]></key>
<data><![CDATA[ 抽取规则
@return 抽取规则
]]></data>
</comment>
<comment>
<key><![CDATA[us.codecraft.webmagic.model.annotation.ExtractByRaw.type]]></key>
<data><![CDATA[ 抽取规则类型支持XPath、Css selector、正则表达式默认是XPath
@return 抽取规则类型
]]></data>
</comment>
<comment>
<key><![CDATA[us.codecraft.webmagic.model.annotation.ExtractByRaw.notNull]]></key>
<data><![CDATA[ 是否是不能为空的关键字段若notNull为true则对应字段抽取不到时丢弃整个类默认为false
@return 是否是不能为空的关键字段
]]></data>
</comment>
<comment>
<key><![CDATA[us.codecraft.webmagic.model.annotation.ExtractByRaw.multi]]></key>
<data><![CDATA[ 是否抽取多个结果<br>
需要List<String>来盛放结果<br>
@return 是否抽取多个结果
]]></data>
</comment>
</javadoc>