All Packages Class Hierarchy This Package Previous Next Index
Class xe.xe_CdataParser
java.lang.Object
|
+----xe.xe_Parser
|
+----xe.xe_CdataParser
- public class xe_CdataParser
- extends xe_Parser
Parser for XML character data, assuming the beginning ('' is treated as part
of the data, irrespective of what it is.
-
xe_CdataParser()
-
-
parse()
- Parse a body of character data, putting the result in a newly-created
CDATA entity.
xe_CdataParser
public xe_CdataParser()
parse
public xg_Node parse() throws xm_ParseException, IOException
- Parse a body of character data, putting the result in a newly-created
CDATA entity.
- Returns:
- The parsed character data node
- Throws: xm_ParseException
- XML wellformedness error
- Throws: IOException
- Error reading from source reader
- Overrides:
- parse in class xe_Parser
All Packages Class Hierarchy This Package Previous Next Index