Inheritance diagram for CP_XMLWriter_ProcessingInstruction:
|
Constructor.
|
|
Destructor. |
|
Write the XML header for this processing instruction. Reimplemented from CP_XMLWriter_Entry. |
|
Reimplemented from CP_XMLWriter_Entry. |
|
Reimplemented from CP_XMLWriter_Entry. |
|
|
|
Reimplemented in CP_XMLWriter_Element. |
|
|
|
|
|
Add a new child element to ourselves.
|
|
Return the depth (from the root item) of our element. This information is used to figure out how much to indent our element in listings. |
|
Return the number of child elements for ourselves. |
|
Return the child element at inIndex.
|
|
|
|
Write the data for this element out. |
|
Add a new attribute to our list of attributes.
|
|
Return the number of attributes for ourselves. |
|
Return the attribute at inIndex.
|
|
Adds the data for all of our attributes to the passed in string, correctly formatted for output. |
|
|
|
The XMLWriter that we are going to write the data to. |
|
The parent element that this entry goes with. |
|
The tag for this entry. |
|
The actual data for the entry. |
|
A list of child elements for this entry. |
|
|