C# Class System.Xml.Schema.XsdBuilder.XsdEntry

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
Attributes XsdAttributeEntry[]
CurrentState State
EndChildFunc XsdEndChildFunction
InitFunc XsdInitFunction
Name SchemaNames.Token
NextStates State[]
ParseContent bool

Public Methods

Method Description
XsdEntry ( SchemaNames n, State state, State nextStates, XsdAttributeEntry attributes, XsdInitFunction init, XsdEndChildFunction end, bool parseContent ) : System.IO

Method Details

XsdEntry() public method

public XsdEntry ( SchemaNames n, State state, State nextStates, XsdAttributeEntry attributes, XsdInitFunction init, XsdEndChildFunction end, bool parseContent ) : System.IO
n SchemaNames
state State
nextStates State
attributes XsdAttributeEntry
init XsdInitFunction
end XsdEndChildFunction
parseContent bool
return System.IO

Property Details

Attributes public property

public XsdAttributeEntry[] Attributes
return XsdAttributeEntry[]

CurrentState public property

public State CurrentState
return State

EndChildFunc public property

public XsdEndChildFunction EndChildFunc
return XsdEndChildFunction

InitFunc public property

public XsdInitFunction InitFunc
return XsdInitFunction

Name public property

public SchemaNames.Token Name
return SchemaNames.Token

NextStates public property

public State[] NextStates
return State[]

ParseContent public property

public bool ParseContent
return bool