Home | History | Annotate | Download | only in etree

Lines Matching defs:ProcessingInstruction

65     "PI", "ProcessingInstruction",
169 # @see ProcessingInstruction
561 def ProcessingInstruction(target, text=None):
562 element = Element(ProcessingInstruction)
568 PI = ProcessingInstruction
904 elif tag is ProcessingInstruction:
959 elif tag is ProcessingInstruction: