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
-
handlePI(String, String)
- Called by parser as parsing PI (`<?...?>').
handlePI
public abstract void handlePI(String target,
String data)
- Called by parser as parsing PI (`<?...?>').
All Packages Class Hierarchy This Package Previous Next Index