Method | Description | |
---|---|---|
AddConnector ( char c ) : void |
Adds a connector onto the member list.
|
|
AddGroup ( |
Adds a new child model group to the end of the group's members.
|
|
AddOccurrence ( char c ) : void |
Adds an occurrence character for this group, setting it's Occurrence value.
|
|
AddSymbol ( string sym ) : void |
Adds a new symbol to the group's members.
|
|
CanContain ( string name, |
Checks whether an element using this group can contain a specified element. Rough approximation - this is really assuming an "Or" group |
|
Group ( |
Initialises a new Content Model Group.
|
public AddConnector ( char c ) : void | ||
c | char | The connector character to add. |
return | void |
public AddGroup ( |
||
g | The model group 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 Group ( |
||
parent | The parent model group. | |
return | System |