Class XFormsParser
Parses raw HTML into fragments containg XFormsFragment classes representing input controls
Inheritance
System.Object
    XFormsParser
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.XForms.Parsing
Assembly: EPiServer.XForms.dll
Version: 7.19.2Syntax
public class XFormsParser : IXFormsParser
  Constructors
XFormsParser()
Declaration
public XFormsParser()
  Methods
Parse(String)
Parse the xform definition to collection of htmlFragments
Declaration
public IEnumerable<HtmlFragment> Parse(string xformHtml)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | xformHtml | The HTML containing XForms controls  | 
      
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<HtmlFragment> | Collection of HtmlFragments (XForms controls will be represented by XFormsFragment)  |