MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / characters

Method characters

Externals/LibXML/python/libxml.py:154–158  ·  view source on GitHub ↗

called when character data have been read, data is the string containing the data, multiple consecutive characters() callback are possible.

(self, data)

Source from the content-addressed store, hash-verified

152 pass
153
154 def characters(self, data):
155 """called when character data have been read, data is the string
156 containing the data, multiple consecutive characters() callback
157 are possible."""
158 pass
159
160 def cdataBlock(self, data):
161 """called when CDATA section have been read, data is the string

Callers 12

htmlParseScriptFunction · 0.45
htmlParseCharDataFunction · 0.45
htmlParseReferenceFunction · 0.45
htmlParseTryOrFinishFunction · 0.45
xmlTextReaderCharactersFunction · 0.45
charactersSplitFunction · 0.45
xmlParseCharDataFunction · 0.45
xmlParseCharDataComplexFunction · 0.45
xmlParseReferenceFunction · 0.45
xmlParseCDSectFunction · 0.45
parser.cFile · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected