org.seasar.robot.extractor.impl
クラス HtmlXpathExtractor
java.lang.Object
  
org.seasar.robot.extractor.impl.AbstractXmlExtractor
      
org.seasar.robot.extractor.impl.HtmlXpathExtractor
- すべての実装されたインタフェース: 
 - Extractor
 
public class HtmlXpathExtractor
- extends AbstractXmlExtractor
- implements Extractor
  
- 作成者:
 
  - shinsuke
 
 
 
 
 
 
| クラス java.lang.Object から継承されたメソッド | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
metaCharsetPattern
protected Pattern metaCharsetPattern
featureMap
protected Map<String,String> featureMap
propertyMap
protected Map<String,String> propertyMap
targetNodePath
protected String targetNodePath
HtmlXpathExtractor
public HtmlXpathExtractor()
getText
public ExtractData getText(InputStream in,
                           Map<String,String> params)
- 定義:
 - インタフェース 
Extractor 内の getText - オーバーライド:
 - クラス 
AbstractXmlExtractor 内の getText 
 
 
getXPathAPI
protected org.apache.xpath.CachedXPathAPI getXPathAPI()
 
 
getDomParser
protected org.cyberneko.html.parsers.DOMParser getDomParser()
 
 
getEncodingPattern
protected Pattern getEncodingPattern()
- 定義:
 - クラス 
AbstractXmlExtractor 内の getEncodingPattern 
 
 
getTagPattern
protected Pattern getTagPattern()
- 定義:
 - クラス 
AbstractXmlExtractor 内の getTagPattern 
 
 
addFeature
public void addFeature(String key,
                       String value)
 
 
addProperty
public void addProperty(String key,
                        String value)
 
 
getFeatureMap
public Map<String,String> getFeatureMap()
 
 
setFeatureMap
public void setFeatureMap(Map<String,String> featureMap)
 
 
getPropertyMap
public Map<String,String> getPropertyMap()
 
 
setPropertyMap
public void setPropertyMap(Map<String,String> propertyMap)
 
 
getMetaCharsetPattern
public Pattern getMetaCharsetPattern()
 
- 戻り値:
 - Returns the metaCharsetPattern.
 
 
setMetaCharsetPattern
public void setMetaCharsetPattern(Pattern metaCharsetPattern)
 
- パラメータ:
 metaCharsetPattern - The metaCharsetPattern to set.
 
getTargetNodePath
public String getTargetNodePath()
 
- 戻り値:
 - Returns the targetNodePath.
 
 
setTargetNodePath
public void setTargetNodePath(String targetNodePath)
 
- パラメータ:
 targetNodePath - The targetNodePath to set.
 
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.