Method | Description | |
---|---|---|
Accept ( IPBXVisitor visitor ) : void |
Accepts the specified visitor.
|
|
AddChild ( |
Adds the child.
|
|
Clear ( ) : void |
Clear all the children.
|
|
Find ( PBXElementType nature, String name ) : |
Finds the specified nature.
|
|
FindFileReference ( String name ) : |
Finds the file reference.
|
|
FindGroup ( String name ) : |
Finds the group.
|
|
FindVariantGroup ( String name ) : |
Finds the file reference.
|
|
PBXGroup ( ) : System |
Initializes a new instance of the PBXGroup class.
|
|
PBXGroup ( String name ) : System |
Initializes a new instance of the PBXGroup class.
|
|
RemoveChild ( |
Removes the child.
|
|
WriteTo ( |
Writes this element to the writer.
|
public Accept ( IPBXVisitor visitor ) : void | ||
visitor | IPBXVisitor | The visitor. |
return | void |
public AddChild ( |
||
element | The element. | |
return | void |
public Find ( PBXElementType nature, String name ) : |
||
nature | PBXElementType | The nature. |
name | String | The name. |
return |
public FindFileReference ( String name ) : |
||
name | String | The name. |
return |
public FindGroup ( String name ) : |
||
name | String | The name. |
return |
public FindVariantGroup ( String name ) : |
||
name | String | The name. |
return |
public PBXGroup ( String name ) : System | ||
name | String | The name. |
return | System |
public RemoveChild ( |
||
element | The element. | |
return | void |
public WriteTo ( |
||
writer | The writer. | |
map | string>.IDictionary | The map. |
return | void |