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.
-
xe_PIParser()
-
-
parse()
- Parse a processing instruction, putting the result in a newly-created PI
entity.
xe_PIParser
public xe_PIParser()
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