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# | Copy Code |
---|---|
public class FlexReader |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class FlexReader |
The flexlayout macro.
The FlexLayoutModule type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
FlexLayoutModule..::..FlexReader | Overloaded. |
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.) |
Public Fields
Name | Description | |
---|---|---|
Attributes |
Public Properties
Name | Description | |
---|---|---|
CharsRead | ||
CharsWritten | ||
CurrentAttributeName | ||
CurrentAttributeRawValue | ||
CurrentAttributeType | ||
CurrentAttributeValue | ||
CurrentElementName | ||
CurrentEndTag | ||
CurrentNodeType | ||
CurrentTag | ||
IsSelfClosing |
Indicates whether current element is selfclosing. Only valid after reading all attributes.
|
|
MaxTaglevel | ||
NodeBufferUsage | ||
TagBufferUsage | ||
TagLevel | ||
Writer |
See Also
Smartsite.Runtime.Modules Namespace