/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaParser.java | 27 import org.w3c.dom.ProcessingInstruction; 331 ((ProcessingInstruction) root).getTarget() == XMPConst.XMP_PI) in findRootNode() 336 result[2] = ((ProcessingInstruction) root).getData(); in findRootNode()
|
/external/markdown/markdown/ |
D | html4.py | 45 ProcessingInstruction = markdown.etree.ProcessingInstruction variable 133 elif tag is ProcessingInstruction:
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | TreeWalker.java | 32 import org.w3c.dom.ProcessingInstruction; 366 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 30 import org.w3c.dom.ProcessingInstruction; 371 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
|
D | UnImplNode.java | 39 import org.w3c.dom.ProcessingInstruction; 895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 476 def ProcessingInstruction(target, text=None): function 486 element = Element(ProcessingInstruction) 492 PI = ProcessingInstruction 905 elif tag is ProcessingInstruction: 962 elif tag is ProcessingInstruction:
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 561 def ProcessingInstruction(target, text=None): function 562 element = Element(ProcessingInstruction) 568 PI = ProcessingInstruction 904 elif tag is ProcessingInstruction: 959 elif tag is ProcessingInstruction:
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 51 import org.w3c.dom.ProcessingInstruction; 423 serializePI((ProcessingInstruction) node); in startNode() 887 protected void serializePI(ProcessingInstruction node) 889 ProcessingInstruction pi = node; 1530 protected void isPIWellFormed(ProcessingInstruction node) { in isPIWellFormed()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 42 import org.w3c.dom.ProcessingInstruction; 65 ProcessingInstruction, Comment, DocumentFragment 701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
|
/external/fonttools/Lib/fontTools/misc/ |
D | etree.py | 382 elif tag is ProcessingInstruction:
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 205 | :class:`ProcessingInstruction` | :ref:`dom-pi-objects` | Processing instruction … 802 ProcessingInstruction Objects 809 .. attribute:: ProcessingInstruction.target 815 .. attribute:: ProcessingInstruction.data
|
D | xml.etree.elementtree.rst | 510 .. function:: ProcessingInstruction(target, text=None)
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 192 | :class:`ProcessingInstruction` | :ref:`dom-pi-objects` | Processing instruction … 787 ProcessingInstruction Objects 794 .. attribute:: ProcessingInstruction.target 800 .. attribute:: ProcessingInstruction.data
|
D | xml.etree.elementtree.rst | 556 .. function:: ProcessingInstruction(target, text=None)
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 24 ProcessingInstruction, enumerator 473 VOID_HANDLER(ProcessingInstruction,
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 491 class ProcessingInstruction(NavigableString): class 1389 self._toStringSubclass(text, ProcessingInstruction)
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 35 ProcessingInstruction, enumerator 620 VOID_HANDLER(ProcessingInstruction,
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 965 class ProcessingInstruction(Childless, Node): class 1678 p = ProcessingInstruction(target, data)
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 907 class ProcessingInstruction(Childless, Node): class 1631 p = ProcessingInstruction(target, data)
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 240 self.assertEqual(ET.PI, ET.ProcessingInstruction) 979 self.assertEqual(ET.tostring(ET.ProcessingInstruction('test', 'instruction')),
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 267 self.assertEqual(ET.PI, ET.ProcessingInstruction) 1021 self.assertEqual(ET.tostring(ET.ProcessingInstruction('test', 'instruction')),
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1841 elif elem.tag is ET.ProcessingInstruction:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1842 elif elem.tag is ET.ProcessingInstruction:
|