Package xml :: Package dom :: Module minidom :: Class Text
[hide private]
[frames] | no frames]

_ClassType Text

Childless --+    
            |    
 Node --+   |    
        |   |    
     Node --+    
            |    
CharacterData --+
                |
               Text
Known Subclasses:

Instance Methods [hide private]
 
splitText(self, offset)
 
writexml(self, writer, indent='', addindent='', newl='')
 
_get_wholeText(self)
 
replaceWholeText(self, content)
 
_get_isWhitespaceInElementContent(self)

Inherited from CharacterData: __len__, __repr__, __setattr__, appendData, deleteData, insertData, replaceData, substringData

Inherited from Childless: appendChild, hasChildNodes, insertBefore, removeChild, replaceChild

Inherited from Childless (private): _get_firstChild, _get_lastChild

Inherited from Node: __nonzero__, cloneNode, getInterface, getUserData, isSameNode, isSupported, normalize, setUserData, toprettyxml, toxml, unlink

Class Variables [hide private]
  nodeType = 3
  nodeName = '#text'
  attributes = None

Inherited from Childless: childNodes, firstChild, lastChild

Inherited from Node: namespaceURI, nextSibling, ownerDocument, parentNode, prefix, previousSibling

Inherited from Node: ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE

Properties [hide private]
  isWhitespaceInElementContent
True iff this text node contains only whitespace and is in element content.
  wholeText
The text of all logically-adjacent text nodes.

Inherited from CharacterData: length

Inherited from Node: localName

Property Details [hide private]

isWhitespaceInElementContent

True iff this text node contains only whitespace and is in element content.

Get Method:
_get_isWhitespaceInElementContent(self)

wholeText

The text of all logically-adjacent text nodes.

Get Method:
_get_wholeText(self)