Uses of Interface
org.w3c.dom.ProcessingInstruction

Packages that use ProcessingInstruction
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.w3c.dom   
 

Uses of ProcessingInstruction in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement ProcessingInstruction
 class AbstractProcessingInstruction
          This class implements the ProcessingInstruction interface.
 class GenericProcessingInstruction
          This class implements the ProcessingInstruction interface.
 class ProcessingInstructionWrapper
          This class implements a wrapper for a ProcessingInstruction.
 class StyleSheetProcessingInstruction
          This class provides an implementation of the 'xml-stylesheet' processing instructions.
 

Methods in org.apache.batik.dom that return ProcessingInstruction
 ProcessingInstruction DocumentWrapper.createProcessingInstruction(java.lang.String target, java.lang.String data)
          DOM: Implements Document.createProcessingInstruction(String,String).
protected  ProcessingInstruction DocumentWrapper.createProcessingInstructionWrapper(ProcessingInstruction pi)
          Creates a wrapper for the given ProcessingInstruction.
 ProcessingInstruction GenericDocument.createProcessingInstruction(java.lang.String target, java.lang.String data)
          DOM: Implements Document.createProcessingInstruction(String,String).
 

Methods in org.apache.batik.dom with parameters of type ProcessingInstruction
protected  ProcessingInstruction DocumentWrapper.createProcessingInstructionWrapper(ProcessingInstruction pi)
          Creates a wrapper for the given ProcessingInstruction.
 

Constructors in org.apache.batik.dom with parameters of type ProcessingInstruction
ProcessingInstructionWrapper(DocumentWrapper dw, ProcessingInstruction pi)
          Creates a new ProcessingInstructionWrapper object.
 

Uses of ProcessingInstruction in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement ProcessingInstruction
 class SVGStyleSheetProcessingInstruction
          This class provides an implementation of the 'xml-stylesheet' processing instructions.
 

Methods in org.apache.batik.dom.svg that return ProcessingInstruction
 ProcessingInstruction SVGOMDocument.createProcessingInstruction(java.lang.String target, java.lang.String data)
          DOM: Implements Document.createProcessingInstruction(String,String).
 

Uses of ProcessingInstruction in org.apache.batik.script
 

Methods in org.apache.batik.script that return ProcessingInstruction
 ProcessingInstruction DocumentProxy.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Creates a ProcessingInstruction node given the specified name and data strings.
 

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.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.