All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xe.xe_PIParser

java.lang.Object
   |
   +----xe.xe_Parser
           |
           +----xe.xe_PIParser

public class xe_PIParser
extends xe_Parser
Class xe_PIParser - Parser for an XML processor instruction, assuming the beginning ('' is treated as part of the instruction, irrespective of what it is.


Constructor Index

 o xe_PIParser()

Method Index

 o parse()
Parse a processing instruction, putting the result in a newly-created PI entity.

Constructors

 o xe_PIParser
 public xe_PIParser()

Methods

 o parse
 public xg_Node parse() throws IOException
Parse a processing instruction, putting the result in a newly-created PI entity.

Returns:
The parsed processing instruction node
Overrides:
parse in class xe_Parser

All Packages  Class Hierarchy  This Package  Previous  Next  Index