IDLffXMLDOMCharacterData
The IDLffXMLDOMCharacterData class extends the IDLffXMLDOMNode class with a set of methods for accessing character data in the DOM tree. This is an abstract class in the sense that there will never be an instance of this class, but its methods are available to its subclasses.
Superclasses
Creation
See IDLffXMLDOMCharacterData::Init.
Properties
Objects of this class have no properties of their own, but do have properties inherited from any superclasses.
Methods
This class has the following methods:
- IDLffXMLDOMCharacterData::AppendData
- IDLffXMLDOMCharacterData::Cleanup
- IDLffXMLDOMCharacterData::DeleteData
- IDLffXMLDOMCharacterData::GetData
- IDLffXMLDOMCharacterData::GetLength
- IDLffXMLDOMCharacterData::Init
- IDLffXMLDOMCharacterData::InsertData
- IDLffXMLDOMCharacterData::ReplaceData
- IDLffXMLDOMCharacterData::SetData
- IDLffXMLDOMCharacterData::SubstringData
In addition, this class inherits the methods of any superclasses.
Version History
6.1 |
Introduced |