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 imageCopy Code
                                  public class FlexReader
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class FlexReader

The flexlayout macro.

The FlexLayoutModule type exposes the following members.

Public Constructors

  Name Description
Public method FlexLayoutModule..::..FlexReader Overloaded.

Public Methods

  Name Description
Public method CopyToOutput
Public method Equals (Inherited from Object.)
Public method FlushCurrentNode
Public method GetElementByAttributeValue
Gets an element by attribute value.
Public method GetElementById
Return the first element that has a matching id.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Read
Public method ReadAllAttributes
Reads complete element or fills buffer for Comment, CData, Text and Whitepsace node.
Public method ReadAttribute
Public method ReadInnerXml
Reads the inner data of the current node.
Public method ReadNodeContent
Reads the content of the current node. Node type must be comment, CData, text or whitespace.
Public method ReadOuterXml
Reads the outer XML of the current node.
Public method ReadToEnd
Public method ToString (Inherited from Object.)
Public method WriteInnerXml
Writes data as child of the current node. If the current node is selfclosing, it will we converted to a normale node.
Public method WriteOuterXml
Replace the current node and all its children with the given data.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Attributes

Public Properties

See Also

Advanced