|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.parser.AbstractParser
org.jamon.parser.AbstractBodyParser<UnnamedFragmentNode>
org.jamon.parser.UnnamedFragmentParser
public class UnnamedFragmentParser
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jamon.parser.AbstractBodyParser |
|---|
AbstractBodyParser.JavaSnippetTagEndDetector |
| Nested classes/interfaces inherited from class org.jamon.parser.AbstractParser |
|---|
AbstractParser.NotAnIdentifierException |
| Field Summary | |
|---|---|
static java.lang.String |
FRAGMENT_CLOSE_EXPECTED
|
| Fields inherited from class org.jamon.parser.AbstractParser |
|---|
BAD_ARGS_CLOSE_TAG, BAD_JAVA_TYPE_SPECIFIER, EOF_IN_JAVA_QUOTE_ERROR, INCOMPLETE_ARRAY_SPECIFIER_ERROR, m_errors, m_reader, MALFORMED_TAG_ERROR, NOT_AN_IDENTIFIER_ERROR |
| Constructor Summary | |
|---|---|
UnnamedFragmentParser(UnnamedFragmentNode p_rootNode,
PositionalPushbackReader p_reader,
ParserErrorsImpl p_errors)
|
|
| Method Summary | |
|---|---|
protected void |
handleEof()
This method is called when an end of file is reached, and should add an error if this is not acceptable |
protected boolean |
handleFragmentsClose(org.jamon.api.Location p_tagLocation)
Handle the occurence of a '</&>' tag |
| Methods inherited from class org.jamon.parser.AbstractParser |
|---|
addError, addError, checkForTagClosure, checkToken, eofErrorMessage, parsePath, readAndAppendChar, readChar, readClassName, readIdentifier, readIdentifierOrThrow, readJava, readType, readUntil, soakWhitespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FRAGMENT_CLOSE_EXPECTED
| Constructor Detail |
|---|
public UnnamedFragmentParser(UnnamedFragmentNode p_rootNode,
PositionalPushbackReader p_reader,
ParserErrorsImpl p_errors)
| Method Detail |
|---|
protected boolean handleFragmentsClose(org.jamon.api.Location p_tagLocation)
AbstractBodyParser
handleFragmentsClose in class AbstractBodyParser<UnnamedFragmentNode>true if this parser is doneprotected void handleEof()
AbstractBodyParser
handleEof in class AbstractBodyParser<UnnamedFragmentNode>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||