org.seasar.robot.helper
クラス SitemapsHelper.XmlSitemapsIndexHandler

java.lang.Object
  上位を拡張 org.xml.sax.helpers.DefaultHandler
      上位を拡張 org.seasar.robot.helper.SitemapsHelper.XmlSitemapsIndexHandler
すべての実装されたインタフェース:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
含まれているクラス:
SitemapsHelper

protected static class SitemapsHelper.XmlSitemapsIndexHandler
extends DefaultHandler


コンストラクタの概要
protected SitemapsHelper.XmlSitemapsIndexHandler()
           
 
メソッドの概要
 void characters(char[] ch, int offset, int length)
           
 void endDocument()
           
 void endElement(String uri, String localName, String qName)
           
 SitemapSet getSitemapSet()
           
 void startDocument()
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
クラス org.xml.sax.helpers.DefaultHandler から継承されたメソッド
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SitemapsHelper.XmlSitemapsIndexHandler

protected SitemapsHelper.XmlSitemapsIndexHandler()
メソッドの詳細

startDocument

public void startDocument()
定義:
インタフェース ContentHandler 内の startDocument
オーバーライド:
クラス DefaultHandler 内の startDocument

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attributes)
定義:
インタフェース ContentHandler 内の startElement
オーバーライド:
クラス DefaultHandler 内の startElement

characters

public void characters(char[] ch,
                       int offset,
                       int length)
定義:
インタフェース ContentHandler 内の characters
オーバーライド:
クラス DefaultHandler 内の characters

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
定義:
インタフェース ContentHandler 内の endElement
オーバーライド:
クラス DefaultHandler 内の endElement

endDocument

public void endDocument()
定義:
インタフェース ContentHandler 内の endDocument
オーバーライド:
クラス DefaultHandler 内の endDocument

getSitemapSet

public SitemapSet getSitemapSet()


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