OpenGrok
Cross Reference: xmllib.py
xref
: /
prebuilts
/
python
/
darwin-x86
/
2.7.5
/
lib
/
python2.7
/
xmllib.py
Home
|
History
|
Annotate
|
Download
|
only in
python2.7
Lines Matching
defs:xmldecl
60
xmldecl
= re.compile('<\?xml'+_S+
311
res =
xmldecl
.match(rawdata, i)