org.seasar.robot.helper
クラス SitemapsHelper.XmlSitemapsHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.seasar.robot.helper.SitemapsHelper.XmlSitemapsHandler
- すべての実装されたインタフェース:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- 含まれているクラス:
- SitemapsHelper
protected static class SitemapsHelper.XmlSitemapsHandler
- extends DefaultHandler
| クラス 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.XmlSitemapsHandler
protected SitemapsHelper.XmlSitemapsHandler()
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.