| java.lang.Object com.google.gwt.dev.util.xml.Schema com.google.gwt.dev.cfg.ModuleDefSchema
ModuleDefSchema | public class ModuleDefSchema extends Schema (Code) | | Configures a module definition object using XML.
|
__module_end | protected void __module_end()(Code) | | |
Methods inherited from com.google.gwt.dev.util.xml.Schema | public AttributeConverter getAttributeConverter(Class type)(Code)(Java Doc) public int getLineNumber()(Code)(Java Doc) public void onBadAttributeValue(int line, String elem, String attr, String value, Class paramType) throws UnableToCompleteException(Code)(Java Doc) public void onHandlerException(int line, String elem, Method method, Throwable e) throws UnableToCompleteException(Code)(Java Doc) public void onMissingAttribute(int line, String elem, String attr) throws UnableToCompleteException(Code)(Java Doc) public void onUnexpectedAttribute(int line, String elem, String attr, String value) throws UnableToCompleteException(Code)(Java Doc) public void onUnexpectedChild(int line, String elem) throws UnableToCompleteException(Code)(Java Doc) public void onUnexpectedElement(int line, String elem) throws UnableToCompleteException(Code)(Java Doc) public void registerAttributeConverter(Class type, AttributeConverter converter)(Code)(Java Doc) public void setLineNumber(int lineNumber)(Code)(Java Doc) public void setParent(Schema parent)(Code)(Java Doc)
|
|
|