This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public interface IXmlEngineHost |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IXmlEngineHost |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CreateElement |
Creates an element.
|
|
ExecuteElement |
Passes an element to execute, when the corresponding XML tag is closed.
|
|
HandleProcessingInstruction |
Handle processing instructuions.
|
|
HandlesNamespace |
Should return a value indicating how the current host handles the given namespace.
|
See Also
Smartsite.Core Namespace