The methods of the AopNamespaceParser class are listed below. For a complete list of AopNamespaceParser class members, see the AopNamespaceParser Members topic.
Decorate (inherited from NamespaceParserSupport) | Parse the specified XmlNode and decorate the supplied ObjectDefinitionHolder, returning the decorated definition. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Init | Register the IObjectDefinitionParser for the 'config' tag. |
ParseElement (inherited from NamespaceParserSupport) | Parses an element under the root node, typically an object definition or import statement. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
RegisterObjectDefinitionParser (inherited from NamespaceParserSupport) | Register the specified IObjectDefinitionParser for the given elementName |
AopNamespaceParser Class | Spring.Aop.Config Namespace