The Spring Framework

org.springframework.beans.factory.xml
Class ParserContext

java.lang.Object
  extended by org.springframework.beans.factory.xml.ParserContext

public final class ParserContext
extends Object

Since:
2.0
Author:
Rob Harrop

Constructor Summary
ParserContext(XmlReaderContext readerContext, BeanDefinitionParserDelegate delegate)
           
ParserContext(XmlReaderContext readerContext, BeanDefinitionParserDelegate delegate, BeanDefinition containingBeanDefinition)
           
 
Method Summary
 Object extractSource(Object sourceCandidate)
           
 BeanDefinition getContainingBeanDefinition()
           
 BeanDefinitionParserDelegate getDelegate()
           
 XmlReaderContext getReaderContext()
           
 BeanDefinitionRegistry getRegistry()
           
 boolean isNested()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserContext

public ParserContext(XmlReaderContext readerContext,
                     BeanDefinitionParserDelegate delegate)

ParserContext

public ParserContext(XmlReaderContext readerContext,
                     BeanDefinitionParserDelegate delegate,
                     BeanDefinition containingBeanDefinition)
Method Detail

getReaderContext

public XmlReaderContext getReaderContext()

getRegistry

public BeanDefinitionRegistry getRegistry()

getDelegate

public BeanDefinitionParserDelegate getDelegate()

getContainingBeanDefinition

public BeanDefinition getContainingBeanDefinition()

isNested

public boolean isNested()

extractSource

public Object extractSource(Object sourceCandidate)

The Spring Framework

Copyright © 2002-2006 The Spring Framework.