|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface used for the callback during parsing.
| Method Summary | |
void |
attribute(String key,
Number value)
invoked when a numeric attribute was encountered |
void |
attribute(String key,
String value)
invoked when a string attributes was encountered |
void |
beginScope(String scopeName)
called when a new gml scope begins '[' |
void |
endScope(String scopeName)
called when a scope is left |
| Method Detail |
public void beginScope(String scopeName)
scopeName - the name of the scopepublic void endScope(String scopeName)
scopeName - the name of the scope which was left
public void attribute(String key,
String value)
key - the key of the attribute value pairvalue - the string value
public void attribute(String key,
Number value)
key - the key of the attribute value pairvalue - the numeric value
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||