| java.lang.Object com.google.gwt.dev.util.xml.Schema com.google.gwt.dev.cfg.CompilationSchema
CompilationSchema | public class CompilationSchema extends Schema (Code) | | The XML schema class to parse XML for deferred binding conditions.
|
__cache_entry_begin | protected Schema __cache_entry_begin()(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)
|
|
|