| java.lang.Object com.google.gwt.dev.util.xml.Schema com.google.gwt.dev.util.xml.DefaultSchema
DefaultSchema | public class DefaultSchema extends Schema (Code) | | A base class for parsing XML that registers standard converters and throws
exceptions.
|
Method Summary | |
public void | onBadAttributeValue(int line, String elem, String attr, String value, Class paramType) | public void | onHandlerException(int line, String elem, Method method, Throwable e) | public void | onMissingAttribute(int line, String elem, String attr) | public void | onUnexpectedAttribute(int line, String elem, String attr, String value) | public void | onUnexpectedChild(int line, String childElem) | public void | onUnexpectedElement(int line, String elem) |
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)
|
|
|