Java org.springframework.beans.factory.xml XmlReaderContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.xml XmlReaderContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.xml XmlReaderContext.

The text is from its open source code.

Constructor

Method

voiderror(String message, @Nullable Object source)
Raise a regular error.
voiderror(String message, @Nullable Object source, @Nullable ParseState parseState, @Nullable Throwable cause)
Raise a regular error.
voiderror(String message, @Nullable Object source, @Nullable Throwable cause)
Raise a regular error.
ObjectextractSource(Object sourceCandidate)
Call the source extractor for the given source object.
voidfireImportProcessed(String importedResource, @Nullable Object source)
Fire an import-processed event.
voidfireImportProcessed(String importedResource, Resource[] actualResources, @Nullable Object source)
Fire an import-processed event.
StringgenerateBeanName(BeanDefinition beanDefinition)
Call the bean name generator for the given bean definition.
XmlBeanDefinitionReadergetReader()
Return the XML bean definition reader in use.
BeanDefinitionRegistrygetRegistry()
Return the bean definition registry to use.
ResourcegetResource()
ResourceLoadergetResourceLoader()
Return the resource loader to use, if any.
StringregisterWithGeneratedName(BeanDefinition beanDefinition)
Call the bean name generator for the given bean definition and register the bean definition under the generated name.