站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.factory.parsing.ParseState (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.factory.parsing.ParseState

Packages that use ParseState
org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing. 
 

Uses of ParseState in org.springframework.beans.factory.parsing
 

Methods in org.springframework.beans.factory.parsing that return ParseState
 ParseState Problem.getParseState()
          Get the ParseState at the time of the error (may be null).
 ParseState ParseState.snapshot()
          Create a new instance of ParseState which is an independent snapshot of this instance.
 

Methods in org.springframework.beans.factory.parsing with parameters of type ParseState
 void ReaderContext.error(String message, Object source, ParseState parseState)
           
 void ReaderContext.error(String message, Object source, ParseState parseState, Throwable cause)
           
 void ReaderContext.fatal(String message, Object source, ParseState parseState)
           
 void ReaderContext.fatal(String message, Object source, ParseState parseState, Throwable cause)
           
 void ReaderContext.warning(String message, Object source, ParseState parseState)
           
 void ReaderContext.warning(String message, Object source, ParseState parseState, Throwable cause)
           
 

Constructors in org.springframework.beans.factory.parsing with parameters of type ParseState
Problem(String message, Location location, ParseState parseState)
          Create a new instance of the Problem class.
Problem(String message, Location location, ParseState parseState, Throwable rootCause)
          Create a new instance of the Problem class.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.