public interface TagValueContext
| Modifier and Type | Method and Description | 
|---|---|
| void | pushParser(TagValueParser subParser,
          TagValueListener subListener)
 Push a parser and listener pair onto the parser stack. | 
void pushParser(TagValueParser subParser, TagValueListener subListener)
Push a parser and listener pair onto the parser stack.
This will result in the parser using subParser to process all values of the current tag.
Copyright © 2020 BioJava. All rights reserved.