HomeSort by relevance Sort by last modified time
    Searched refs:qnames (Results 1 - 2 of 2) sorted by null

  /external/markdown/markdown/
html4.py 128 def _serialize_html(write, elem, encoding, qnames, namespaces):
136 tag = qnames[tag]
141 _serialize_html(write, e, encoding, qnames, None)
151 v = qnames[v.text]
155 write(" %s=\"%s\"" % (qnames[k], v))
174 _serialize_html(write, e, encoding, qnames, None)
190 qnames, namespaces = _namespaces(
194 write, root, encoding, qnames, namespaces
203 # maps qnames to *encoded* prefix:local names
204 qnames = {None: None
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 234 // <!--Used for a whitespace-separated list of QNames where the non-prefixed
264 // Used for a list of QNames where non-prefixed items are to be resolved
1090 Vector qnames = new Vector(nQNames); local
1127 Vector qnames = new Vector(nQNames); local
    [all...]

Completed in 43 milliseconds