GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Interface CurrentMarkedSection

All Superinterfaces:
MarkedSection
All Known Implementing Classes:
CoroutineCdata

public interface CurrentMarkedSection
extends MarkedSection

Java MarkedSection instance representing the marked section that is being parsed.

A CurrentMarkedSection has content that must be parsed exactly once by the parseContent method before the marked section handler returns.


Method Summary
 void parseContent()
           Parse the content of a MarkedSection.
 

Method Detail

parseContent

void parseContent()
                  throws ListenerException,
                         IOException

Parse the content of a MarkedSection.

This method causes the parser to continue operation, and does not return until the end of the marked section is reached. No part of the MarkedSection has been parsed before this method is invoked.

Throws:
ReparsedContentException - when the method is invoked more than once from the same invocation of the marked section handler.
ListenerException
IOException

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License