|
GXPARSE hosted by |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurrentEntity
Java Entity
representing the entity that is being parsed.
An Entity on the top of stack has content that must be parsed exactly once
by the parseContent
method before the EntityListener.doEntity
method returns.
Method Summary | |
---|---|
void |
parseContent()
Parse the content of an entity (required even if there is no content). |
Methods inherited from interface ca.gorman.xml.parse.Entity |
---|
equals, getName, hashCode |
Method Detail |
---|
void parseContent() throws ListenerException, IOException
Parse the content of an entity (required even if there is no content).
This method causes the parser to continue operation, and does not return until the end of the entity is reached.
ReparsedContentException
- when the method is invoked more than
once from the same invocation of the
entity
handler
.
ListenerException
IOException
|
GXPARSE download | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |