Method | Description | |
---|---|---|
BindXmlElementProcessor ( IBindingBuilderFactory bindingBuilderFactory, IChildElementProcessor childElementProcessor ) : System.Collections.Generic |
Initializes a new instance of the BindXmlElementProcessor class.
|
|
Handle ( IBindingRoot module, System.Xml.Linq.XElement element ) : void |
Handles the XElement.
|
public BindXmlElementProcessor ( IBindingBuilderFactory bindingBuilderFactory, IChildElementProcessor childElementProcessor ) : System.Collections.Generic | ||
bindingBuilderFactory | IBindingBuilderFactory | The binding builder factory. |
childElementProcessor | IChildElementProcessor | The child element processor. |
return | System.Collections.Generic |
public Handle ( IBindingRoot module, System.Xml.Linq.XElement element ) : void | ||
module | IBindingRoot | The module. |
element | System.Xml.Linq.XElement | The element. |
return | void |