[Previous] [Contents] [Next]

XMLDOMProcessingInstruction Object


The XMLDOMProcessingInstruction object contains the processing instructions in the document between the <? tag and the ?> tag. The content enclosed in these two tags is divided into the target and data content. The IXMLDOMProcessingInstruction interface implemented by the XMLDOMProcessingInstruction object inherits the IXMLDOMNode interface and has the same methods as the IXMLDOMNode interface. It extends the IXMLDOMNode interface with the following properties:

Extended IXMLDOMProcessingInstruction Properties

Name Description
data Sets or returns the content of the processing instruction, which doesn't contain the target
target Sets or returns the target application to which the processing instruction is directed

[Previous] [Contents] [Next]