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
-
getInstruction()
- Returns the part of the processing instruction following the
target.
-
getName()
- Returns the target of the processing instruction.
getName
public abstract String getName()
- Returns the target of the processing instruction.
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