Uses of Interface
org.w3c.dom.ProcessingInstruction

Packages that use ProcessingInstruction
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
org.w3c.dom The Document Object Model (DOM™) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. 
 

Uses of ProcessingInstruction in com.sun.xml.tree
 

Methods in com.sun.xml.tree that return ProcessingInstruction
 ProcessingInstruction XmlDocument.createProcessingInstruction(java.lang.String target, java.lang.String instructions)
          DOM: Returns a Processing Instruction node for the specified processing target, with the given instructions.
 

Uses of ProcessingInstruction in org.w3c.dom
 

Methods in org.w3c.dom that return ProcessingInstruction
 ProcessingInstruction Document.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Creates a ProcessingInstruction node given the specified name and data strings.
 



Submit Feedback to xml-feedback@java.sun.com