クラス AbstractXmlReader
java.lang.ObjectSE
org.springframework.xml.sax.AbstractXmlReader
- 実装済みのインターフェース一覧:
XMLReaderSE
- 既知の直属サブクラス
SaajXmlReader
SAX
XMLReader 実装の抽象基本クラス。XMLReaderSE で定義されているプロパティが含まれており、機能を認識しません コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明booleangetFeature(StringSE name) SAXNotRecognizedException例外をスローします。protected LexicalHandlerSEgetProperty(StringSE name) 指定されたプロパティが字句ハンドラーを示さない場合、SAXNotRecognizedException例外をスローします。voidsetContentHandler(ContentHandlerSE contentHandler) voidsetDTDHandler(DTDHandlerSE dtdHandler) voidsetEntityResolver(EntityResolverSE entityResolver) voidsetErrorHandler(ErrorHandlerSE errorHandler) voidsetFeature(StringSE name, boolean value) SAXNotRecognizedException例外をスローします。voidsetProperty(StringSE name, ObjectSE value) 指定されたプロパティが字句ハンドラーを示さない場合、SAXNotRecognizedException例外をスローします。クラス java.lang.ObjectSE から継承されたメソッド
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEインターフェース org.xml.sax.XMLReaderSE から継承されたメソッド
parseSE, parseSE
コンストラクターの詳細
AbstractXmlReader
public AbstractXmlReader()
方法の詳細
getContentHandler
- 次で指定:
- インターフェース
XMLReaderSE内のgetContentHandlerSE
setContentHandler
- 次で指定:
- インターフェース
XMLReaderSE内のsetContentHandlerSE
setDTDHandler
- 次で指定:
- インターフェース
XMLReaderSE内のsetDTDHandlerSE
getDTDHandler
- 次で指定:
- インターフェース
XMLReaderSE内のgetDTDHandlerSE
getEntityResolver
- 次で指定:
- インターフェース
XMLReaderSE内のgetEntityResolverSE
setEntityResolver
- 次で指定:
- インターフェース
XMLReaderSE内のsetEntityResolverSE
getErrorHandler
- 次で指定:
- インターフェース
XMLReaderSE内のgetErrorHandlerSE
setErrorHandler
- 次で指定:
- インターフェース
XMLReaderSE内のsetErrorHandlerSE
getLexicalHandler
getFeature
public boolean getFeature(StringSE name) throws SAXNotRecognizedExceptionSE, SAXNotSupportedExceptionSE SAXNotRecognizedException例外をスローします。- 次で指定:
- インターフェース
XMLReaderSE内のgetFeatureSE - 例外:
SAXNotRecognizedExceptionSE- 常時SAXNotSupportedExceptionSE
setFeature
public void setFeature(StringSE name, boolean value) throws SAXNotRecognizedExceptionSE, SAXNotSupportedExceptionSE SAXNotRecognizedException例外をスローします。- 次で指定:
- インターフェース
XMLReaderSE内のsetFeatureSE - 例外:
SAXNotRecognizedExceptionSE- 常時SAXNotSupportedExceptionSE
getProperty
public ObjectSE getProperty(StringSE name) throws SAXNotRecognizedExceptionSE, SAXNotSupportedExceptionSE 指定されたプロパティが字句ハンドラーを示さない場合、SAXNotRecognizedException例外をスローします。字句ハンドラーのプロパティ名はhttp://xml.org/sax/properties/lexical-handlerです。- 次で指定:
- インターフェース
XMLReaderSE内のgetPropertySE - 例外:
SAXNotRecognizedExceptionSESAXNotSupportedExceptionSE
setProperty
public void setProperty(StringSE name, ObjectSE value) throws SAXNotRecognizedExceptionSE, SAXNotSupportedExceptionSE 指定されたプロパティが字句ハンドラーを示さない場合、SAXNotRecognizedException例外をスローします。字句ハンドラーのプロパティ名はhttp://xml.org/sax/properties/lexical-handlerです。- 次で指定:
- インターフェース
XMLReaderSE内のsetPropertySE - 例外:
SAXNotRecognizedExceptionSESAXNotSupportedExceptionSE