Method | Description | |
---|---|---|
AddConnector ( char c ) : void |
Adds a connector onto the member list for the current group.
|
|
AddOccurrence ( char c ) : void |
Adds an occurrence character for the current model group, setting it's Occurrence value.
|
|
AddSymbol ( string sym ) : void |
Adds a new symbol to the current group's members.
|
|
CanContain ( string name, |
Checks whether an element using this group can contain a specified element.
|
|
ContentModel ( ) : System |
Initialises a new instance of the ContentModel class.
|
|
PopGroup ( ) : int |
Finishes processing of a nested model group.
|
|
PushGroup ( ) : void |
Begins processing of a nested model group.
|
|
SetDeclaredContent ( string dc ) : void |
Sets the contained content for the content model.
|
public AddConnector ( char c ) : void | ||
c | char | The connector character to add. |
return | void |
public AddOccurrence ( char c ) : void | ||
c | char | The occurrence character. |
return | void |
public AddSymbol ( string sym ) : void | ||
sym | string | The symbol to add. |
return | void |
public CanContain ( string name, |
||
name | string | The name of the element to look for. |
dtd | The DTD to use during the checking. | |
return | bool |
public SetDeclaredContent ( string dc ) : void | ||
dc | string | The text specified the permissible declared child content. |
return | void |