| java.lang.Object com.google.gwt.dev.util.xml.ReflectiveParser
ReflectiveParser | final public class ReflectiveParser (Code) | | Somewhat general-purpose SAX-style XML parser that uses reflection and calls
into your "schema" classes. For example, the element
<server-name> maps to the method
server_name . Note that the mapping is one-way, hyphens become
underscores, but then you don't really want to use underscores in XML tag
names anyway, do you? Also, all mixed content text (that is, text inside
elements) is ignored, so think attributes.
|
registerSchemaLevel | public static void registerSchemaLevel(Class schemaLevelClass)(Code) | | Can safely register the same class recursively.
|
|
|