All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.xml.parser.PIHandler

public interface PIHandler
This class processes PI.

Version:
19980206
See Also:
addPIHandler

Method Index

 o handlePI(String, String)
Called by parser as parsing PI (`<?...?>').

Methods

 o handlePI
 public abstract void handlePI(String target,
                               String data)
Called by parser as parsing PI (`<?...?>').


All Packages  Class Hierarchy  This Package  Previous  Next  Index