org.seasar.robot.helper
クラス SitemapsHelper

java.lang.Object
  上位を拡張 org.seasar.robot.helper.SitemapsHelper

public class SitemapsHelper
extends Object

作成者:
shinsuke

入れ子のクラスの概要
protected static class SitemapsHelper.XmlSitemapsHandler
           
protected static class SitemapsHelper.XmlSitemapsIndexHandler
           
 
フィールドの概要
 int preloadSize
           
 
コンストラクタの概要
SitemapsHelper()
           
 
メソッドの概要
 SitemapSet parse(InputStream in)
          Generates SitemapSet instance.
protected  SitemapSet parse(InputStream in, boolean recursive)
           
protected  SitemapSet parseTextSitemaps(InputStream in)
           
protected  SitemapSet parseXmlSitemaps(InputStream in)
           
protected  SitemapSet parseXmlSitemapsIndex(InputStream in)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

preloadSize

public int preloadSize
コンストラクタの詳細

SitemapsHelper

public SitemapsHelper()
メソッドの詳細

parse

public SitemapSet parse(InputStream in)
Generates SitemapSet instance. This method does not close the input stream.

パラメータ:
in -
戻り値:

parse

protected SitemapSet parse(InputStream in,
                           boolean recursive)

parseTextSitemaps

protected SitemapSet parseTextSitemaps(InputStream in)

parseXmlSitemaps

protected SitemapSet parseXmlSitemaps(InputStream in)

parseXmlSitemapsIndex

protected SitemapSet parseXmlSitemapsIndex(InputStream in)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.