Method | Description | |
---|---|---|
ParseElement ( |
Parse the specified XmlElement and register the resulting ObjectDefinitions with the P:Spring.Objects.Factory.Xml.ParserContext.Registry IObjectDefinitionRegistry embedded in the supplied T:Spring.Objects.Factory.Xml.ParserContext This method is never invoked if the parser is namespace aware and was called to process the root node. |
Method | Description | |
---|---|---|
ConfigureScanner ( |
Configures the scanner.
|
Method | Description | |
---|---|---|
CreateTypeFilter ( |
||
ParseBaseAssembliesAttribute ( |
||
ParseNameGeneratorAttribute ( |
||
ParseTypeFilters ( |
||
RegisterComponents ( |
protected ConfigureScanner ( |
||
parserContext | The parser context. | |
element | The element. | |
return |
public ParseElement ( |
||
element | The element to be parsed. | |
parserContext | TThe object encapsulating the current state of the parsing process. /// Provides access to a IObjectDefinitionRegistry | |
return | IObjectDefinition |