![]() |
PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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# |
![]() |
---|---|
public class FlexReader |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class FlexReader |
The FlexLayoutModule type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
![]() |
CopyToOutput | |
![]() |
Equals | (Inherited from Object.) |
![]() |
FlushCurrentNode | |
![]() |
GetElementByAttributeValue |
Gets an element by attribute value.
|
![]() |
GetElementById |
Return the first element that has a matching id.
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Read | |
![]() |
ReadAllAttributes |
Reads complete element or fills buffer for Comment, CData, Text and Whitepsace node.
|
![]() |
ReadAttribute | |
![]() |
ReadInnerXml |
Reads the inner data of the current node.
|
![]() |
ReadNodeContent |
Reads the content of the current node. Node type must be comment, CData, text or whitespace.
|
![]() |
ReadOuterXml |
Reads the outer XML of the current node.
|
![]() |
ReadToEnd | |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteInnerXml |
Writes data as child of the current node. If the current node is selfclosing, it will we converted to a normale node.
|
![]() |
WriteOuterXml |
Replace the current node and all its children with the given data.
|
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Runtime.Modules Namespace