Home
last modified time | relevance | path

Searched refs:ProcessingInstruction (Results 1 – 25 of 27) sorted by relevance

12

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/
DTestDOM.java61 ProcessingInstruction pi = (ProcessingInstruction) nodes.item(1); in testDeserializeNonNS()
/external/markdown/markdown/
Dhtml4.py45 ProcessingInstruction = markdown.etree.ProcessingInstruction variable
133 elif tag is ProcessingInstruction:
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaParser.java27 import org.w3c.dom.ProcessingInstruction;
331 ((ProcessingInstruction) root).getTarget() == XMPConst.XMP_PI) in findRootNode()
336 result[2] = ((ProcessingInstruction) root).getData(); in findRootNode()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java32 import org.w3c.dom.ProcessingInstruction;
366 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java30 import org.w3c.dom.ProcessingInstruction;
371 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
DUnImplNode.java39 import org.w3c.dom.ProcessingInstruction;
895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
/external/oss-fuzz/projects/xerces-c/
DxmlProtoConverter.h38 void visit(ProcessingInstruction const&);
Dxml.proto22 ProcessingInstruction inst = 2;
238 message ProcessingInstruction { message
DxmlProtoConverter.cpp103 void ProtoConverter::visit(ProcessingInstruction const& _x) in visit()
/external/python/cpython3/Lib/xml/etree/
DElementTree.py458 def ProcessingInstruction(target, text=None): function
468 element = Element(ProcessingInstruction)
474 PI = ProcessingInstruction
877 elif tag is ProcessingInstruction:
934 elif tag is ProcessingInstruction:
1426 pi_factory = ProcessingInstruction
2090 _set_factories(Comment, ProcessingInstruction)
/external/python/cpython2/Lib/xml/etree/
DElementTree.py561 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/
DDOM3TreeWalker.java51 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/
DDTMNodeProxy.java42 import org.w3c.dom.ProcessingInstruction;
65 ProcessingInstruction, Comment, DocumentFragment
701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
/external/fonttools/Lib/fontTools/misc/
Detree.py381 elif tag is ProcessingInstruction:
/external/python/cpython3/Doc/library/
Dxml.dom.rst192 | :class:`ProcessingInstruction` | :ref:`dom-pi-objects` | Processing instruction …
787 ProcessingInstruction Objects
794 .. attribute:: ProcessingInstruction.target
800 .. attribute:: ProcessingInstruction.data
Dxml.etree.elementtree.rst645 .. function:: ProcessingInstruction(target, text=None)
1240 like the :func:`Comment` and :func:`ProcessingInstruction` functions to
/external/python/cpython2/Doc/library/
Dxml.dom.rst205 | :class:`ProcessingInstruction` | :ref:`dom-pi-objects` | Processing instruction …
802 ProcessingInstruction Objects
809 .. attribute:: ProcessingInstruction.target
815 .. attribute:: ProcessingInstruction.data
Dxml.etree.elementtree.rst510 .. function:: ProcessingInstruction(target, text=None)
/external/python/cpython3/Modules/
Dpyexpat.c25 ProcessingInstruction, enumerator
463 VOID_HANDLER(ProcessingInstruction,
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py491 class ProcessingInstruction(NavigableString): class
1389 self._toStringSubclass(text, ProcessingInstruction)
/external/python/cpython2/Modules/
Dpyexpat.c35 ProcessingInstruction, enumerator
620 VOID_HANDLER(ProcessingInstruction,
/external/python/cpython2/Lib/xml/dom/
Dminidom.py907 class ProcessingInstruction(Childless, Node): class
1631 p = ProcessingInstruction(target, data)
/external/python/cpython3/Lib/xml/dom/
Dminidom.py990 class ProcessingInstruction(Childless, Node): class
1703 p = ProcessingInstruction(target, data)
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py240 self.assertEqual(ET.PI, ET.ProcessingInstruction)
979 self.assertEqual(ET.tostring(ET.ProcessingInstruction('test', 'instruction')),
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py270 self.assertEqual(ET.PI, ET.ProcessingInstruction)
1310 self.assertEqual(ET.tostring(ET.ProcessingInstruction('test', 'instruction')),

12