# encoding: utf-8
# module PyQt5.QtXml
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtXml.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip


from .QDomNode import QDomNode

class QDomProcessingInstruction(QDomNode):
    """
    QDomProcessingInstruction()
    QDomProcessingInstruction(x: QDomProcessingInstruction)
    """
    def data(self): # real signature unknown; restored from __doc__
        """ data(self) -> str """
        return ""

    def nodeType(self): # real signature unknown; restored from __doc__
        """ nodeType(self) -> QDomNode.NodeType """
        pass

    def setData(self, d, p_str=None): # real signature unknown; restored from __doc__
        """ setData(self, d: Optional[str]) """
        pass

    def target(self): # real signature unknown; restored from __doc__
        """ target(self) -> str """
        return ""

    def __init__(self, x=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass


