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

Mostra 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_oe property

public XsdAttributeEntry[] Attributes
return XsdAttributeEntry[]

CurrentState public_oe property

public State CurrentState
return State

EndChildFunc public_oe property

public XsdEndChildFunction EndChildFunc
return XsdEndChildFunction

InitFunc public_oe property

public XsdInitFunction InitFunc
return XsdInitFunction

Name public_oe property

public SchemaNames.Token Name
return SchemaNames.Token

NextStates public_oe property

public State[] NextStates
return State[]

ParseContent public_oe property

public bool ParseContent
return bool