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