NAME
Mozilla::DOM::Text
Mozilla::DOM::Text is a wrapper around an instance of Mozilla's nsIDOMText interface. This inherits from Mozilla::DOM::CharacterData.
* The nsIDOMText interface inherits from nsIDOMCharacterData and represents
* the textual content (termed character data in XML) of an Element or Attr.
*
* For more information on this interface please see
* L<http:E<sol>E<sol>www.w3.orgE<sol>TRE<sol>DOM-Level-2-CoreE<sol>>
CLASS METHODS
$iid = Mozilla::DOM::Text->GetIID()
Pass this to QueryInterface.
METHODS
$str = $text->SplitText($offset)
$offset (integer (long))
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.