All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.jclark.xml.parse.ProcessingInstructionEvent

public interface ProcessingInstructionEvent
extends LocatedEvent
Information about a processing instruction.

See Also:
processingInstruction

Method Index

 o getInstruction()
Returns the part of the processing instruction following the target.
 o getName()
Returns the target of the processing instruction.

Methods

 o getName
 public abstract String getName()
Returns the target of the processing instruction.

 o getInstruction
 public abstract String getInstruction()
Returns the part of the processing instruction following the target. Leading white space is not included. The string will be empty rather than null if the processing instruction contains only a target.


All Packages  Class Hierarchy  This Package  Previous  Next  Index