// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:08 PM(kohsuke)-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2018.09.10 at 08:01:16 AM PDT // package magoffin.matt.ieat.domain.impl; public class UiEditImpl extends magoffin.matt.ieat.domain.impl.UiBaseImpl implements magoffin.matt.ieat.domain.UiEdit, java.io.Serializable, com.sun.xml.bind.JAXBObject, magoffin.matt.ieat.domain.impl.runtime.UnmarshallableObject, magoffin.matt.ieat.domain.impl.runtime.XMLSerializable, magoffin.matt.ieat.domain.impl.runtime.ValidatableObject { private final static long serialVersionUID = 200905041L; protected boolean has_Refresh; protected boolean _Refresh; protected magoffin.matt.ieat.domain.User _User; protected magoffin.matt.ieat.domain.MealRecipe _MealRecipe; protected magoffin.matt.ieat.domain.Ingredient _Ingredient; protected magoffin.matt.ieat.domain.Recipe _Recipe; protected magoffin.matt.ieat.domain.Meal _Meal; protected boolean has_IgnoreWarnings; protected boolean _IgnoreWarnings; protected magoffin.matt.ieat.domain.UiSearchResults _SearchResults; public final static java.lang.Class version = (magoffin.matt.ieat.domain.impl.JAXBVersion.class); private static com.sun.msv.grammar.Grammar schemaFragment; private final static java.lang.Class PRIMARY_INTERFACE_CLASS() { return (magoffin.matt.ieat.domain.UiEdit.class); } public boolean isRefresh() { if (!has_Refresh) { return javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.DatatypeConverterImpl.installHook("false")); } else { return _Refresh; } } public void setRefresh(boolean value) { _Refresh = value; has_Refresh = true; } public magoffin.matt.ieat.domain.User getUser() { return _User; } public void setUser(magoffin.matt.ieat.domain.User value) { _User = value; } public magoffin.matt.ieat.domain.MealRecipe getMealRecipe() { return _MealRecipe; } public void setMealRecipe(magoffin.matt.ieat.domain.MealRecipe value) { _MealRecipe = value; } public magoffin.matt.ieat.domain.Ingredient getIngredient() { return _Ingredient; } public void setIngredient(magoffin.matt.ieat.domain.Ingredient value) { _Ingredient = value; } public magoffin.matt.ieat.domain.Recipe getRecipe() { return _Recipe; } public void setRecipe(magoffin.matt.ieat.domain.Recipe value) { _Recipe = value; } public magoffin.matt.ieat.domain.Meal getMeal() { return _Meal; } public void setMeal(magoffin.matt.ieat.domain.Meal value) { _Meal = value; } public boolean isIgnoreWarnings() { if (!has_IgnoreWarnings) { return javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.DatatypeConverterImpl.installHook("false")); } else { return _IgnoreWarnings; } } public void setIgnoreWarnings(boolean value) { _IgnoreWarnings = value; has_IgnoreWarnings = true; } public magoffin.matt.ieat.domain.UiSearchResults getSearchResults() { return _SearchResults; } public void setSearchResults(magoffin.matt.ieat.domain.UiSearchResults value) { _SearchResults = value; } public magoffin.matt.ieat.domain.impl.runtime.UnmarshallingEventHandler createUnmarshaller(magoffin.matt.ieat.domain.impl.runtime.UnmarshallingContext context) { return new magoffin.matt.ieat.domain.impl.UiEditImpl.Unmarshaller(context); } public void serializeBody(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { super.serializeBody(context); if (_Ingredient!= null) { context.startElement("http://msqr.us/xsd/ieat", "ingredient"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient"); context.endElement(); } if (_Recipe!= null) { context.startElement("http://msqr.us/xsd/ieat", "recipe"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe"); context.endElement(); } if (_User!= null) { context.startElement("http://msqr.us/xsd/ieat", "user"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _User), "User"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _User), "User"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _User), "User"); context.endElement(); } if (_Meal!= null) { context.startElement("http://msqr.us/xsd/ieat", "meal"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Meal), "Meal"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Meal), "Meal"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Meal), "Meal"); context.endElement(); } if (_MealRecipe!= null) { context.startElement("http://msqr.us/xsd/ieat", "meal-recipe"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MealRecipe), "MealRecipe"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MealRecipe), "MealRecipe"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _MealRecipe), "MealRecipe"); context.endElement(); } if (_SearchResults!= null) { context.startElement("http://msqr.us/xsd/ieat", "search-results"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SearchResults), "SearchResults"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SearchResults), "SearchResults"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _SearchResults), "SearchResults"); context.endElement(); } } public void serializeAttributes(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { if (has_IgnoreWarnings) { context.startAttribute("", "ignoreWarnings"); try { context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IgnoreWarnings)), "IgnoreWarnings"); } catch (java.lang.Exception e) { magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } if (has_Refresh) { context.startAttribute("", "refresh"); try { context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _Refresh)), "Refresh"); } catch (java.lang.Exception e) { magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } super.serializeAttributes(context); } public void serializeURIs(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { super.serializeURIs(context); } public java.lang.Class getPrimaryInterface() { return (magoffin.matt.ieat.domain.UiEdit.class); } public com.sun.msv.verifier.DocumentDeclaration createRawValidator() { if (schemaFragment == null) { schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize(( "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su" +"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra" +"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi" +"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b" +"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp" +"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000" +"xq\u0000~\u0000\u0001ppsr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002" +"\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun." +"msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttribut" +"esL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001" +"Z\u0000\u0005valuexp\u0000p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsr\u0000 com.sun.msv.gramma" +"r.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000" +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0014psr\u0000 com.sun.msv.grammar.Attri" +"buteExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0010xq\u0000~\u0000\u0003q\u0000~\u0000\u0014psr" +"\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001" +"\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0013\u0001q\u0000~\u0000\u001esr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000" +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000co" +"m.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000" +"~\u0000\u0003q\u0000~\u0000\u001fq\u0000~\u0000$sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001" +"\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000&xq\u0000~" +"\u0000!t\u0000$magoffin.matt.ieat.domain.Ingredientt\u0000+http://java.sun." +"com/jaxb/xjc/dummy-elementssq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014psr\u0000\u001bcom.sun.m" +"sv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/D" +"atatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair" +";xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr" +"\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%c" +"om.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.m" +"sv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000" +"&L\u0000\btypeNameq\u0000~\u0000&L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/W" +"hiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005Q" +"Namesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collaps" +"e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor" +"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpre" +"ssion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB" +"\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000&L\u0000\fnamespaceURIq\u0000~\u0000&xpq\u0000~\u00007q\u0000~\u00006sq\u0000~\u0000" +"%t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000$sq\u0000" +"~\u0000%t\u0000\ningredientt\u0000\u0017http://msqr.us/xsd/ieatq\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000" +"\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~" +"\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000 magoffin.matt.ieat.domain.Recipeq\u0000~\u0000)sq" +"\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0006recipeq\u0000~\u0000Dq\u0000~\u0000$sq" +"\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~" +"\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u001emagoffin.matt.ieat.domain.Us" +"erq\u0000~\u0000)sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0004userq\u0000~\u0000D" +"q\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~" +"\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u001emagoffin.matt.ieat.do" +"main.Mealq\u0000~\u0000)sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0004me" +"alq\u0000~\u0000Dq\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq" +"\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000$magoffin.matt." +"ieat.domain.MealRecipeq\u0000~\u0000)sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~" +"\u0000$sq\u0000~\u0000%t\u0000\u000bmeal-recipeq\u0000~\u0000Dq\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000p" +"psq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000" +"~\u0000%t\u0000)magoffin.matt.ieat.domain.UiSearchResultsq\u0000~\u0000)sq\u0000~\u0000\rpp" +"sq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u000esearch-resultsq\u0000~\u0000Dq\u0000~\u0000$" +"sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014psq\u0000~\u0000,ppsr\u0000#com.sun.msv.datatype.xsd.Str" +"ingType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u00001q\u0000~\u00006t\u0000\u0006stringsr\u00005co" +"m.sun.msv.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002" +"\u0000\u0000xq\u0000~\u00009\u0001q\u0000~\u0000= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 11; return ; } state = 13; continue outer; case 17 : attIdx = context.getAttribute("", "mealId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _Meal = ((magoffin.matt.ieat.domain.impl.MealImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.MealImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; } break; case 16 : if (("meal" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 17; return ; } state = 19; continue outer; case 20 : attIdx = context.getAttribute("", "quantity"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _MealRecipe = ((magoffin.matt.ieat.domain.impl.MealRecipeImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.MealRecipeImpl.class), 21, ___uri, ___local, ___qname, __atts)); return ; } break; case 22 : if (("search-results" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 23; return ; } state = 25; continue outer; case 19 : if (("meal-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 20; return ; } state = 22; continue outer; case 3 : attIdx = context.getAttribute("", "refresh"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 7 : if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 8; return ; } state = 10; continue outer; case 8 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _Ingredient = ((magoffin.matt.ieat.domain.impl.IngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.IngredientImpl.class), 9, ___uri, ___local, ___qname, __atts)); return ; } break; case 11 : attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "modifiedDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "recipeId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "servingSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname, __atts)); return ; } break; case 23 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } break; case 13 : if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 14; return ; } state = 16; continue outer; case 6 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } spawnHandlerFromEnterElement((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname, __atts); return ; case 14 : attIdx = context.getAttribute("", "accessLevel"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "country"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "language"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "lastLoginDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "login"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "userId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname, __atts)); return ; } break; case 25 : revertToParentFromEnterElement(___uri, ___local, ___qname, __atts); return ; } super.enterElement(___uri, ___local, ___qname, __atts); break; } } private void eatText1(final java.lang.String value) throws org.xml.sax.SAXException { try { _IgnoreWarnings = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)); has_IgnoreWarnings = true; } catch (java.lang.Exception e) { handleParseConversionException(e); } } private void eatText2(final java.lang.String value) throws org.xml.sax.SAXException { try { _Refresh = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)); has_Refresh = true; } catch (java.lang.Exception e) { handleParseConversionException(e); } } public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 0 : attIdx = context.getAttribute("", "ignoreWarnings"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : state = 13; continue outer; case 17 : attIdx = context.getAttribute("", "mealId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 16 : state = 19; continue outer; case 20 : attIdx = context.getAttribute("", "quantity"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 22 : state = 25; continue outer; case 19 : state = 22; continue outer; case 12 : if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 13; return ; } break; case 21 : if (("meal-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 22; return ; } break; case 3 : attIdx = context.getAttribute("", "refresh"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 7 : state = 10; continue outer; case 8 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 11 : attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "modifiedDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "recipeId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "servingSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 24 : if (("search-results" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 25; return ; } break; case 23 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 13 : state = 16; continue outer; case 15 : if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 16; return ; } break; case 6 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } spawnHandlerFromLeaveElement((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname); return ; case 14 : attIdx = context.getAttribute("", "accessLevel"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "country"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "language"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "lastLoginDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "login"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "userId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 9 : if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 10; return ; } break; case 25 : revertToParentFromLeaveElement(___uri, ___local, ___qname); return ; case 18 : if (("meal" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 19; return ; } break; } super.leaveElement(___uri, ___local, ___qname); break; } } public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 0 : if (("ignoreWarnings" == ___local)&&("" == ___uri)) { state = 1; return ; } state = 3; continue outer; case 10 : state = 13; continue outer; case 17 : if (("mealId" == ___local)&&("" == ___uri)) { _Meal = ((magoffin.matt.ieat.domain.impl.MealImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.MealImpl.class), 18, ___uri, ___local, ___qname)); return ; } break; case 16 : state = 19; continue outer; case 20 : if (("quantity" == ___local)&&("" == ___uri)) { _MealRecipe = ((magoffin.matt.ieat.domain.impl.MealRecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.MealRecipeImpl.class), 21, ___uri, ___local, ___qname)); return ; } break; case 22 : state = 25; continue outer; case 19 : state = 22; continue outer; case 3 : if (("refresh" == ___local)&&("" == ___uri)) { state = 4; return ; } state = 6; continue outer; case 7 : state = 10; continue outer; case 8 : if (("ingredientId" == ___local)&&("" == ___uri)) { _Ingredient = ((magoffin.matt.ieat.domain.impl.IngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.IngredientImpl.class), 9, ___uri, ___local, ___qname)); return ; } break; case 11 : if (("createdDate" == ___local)&&("" == ___uri)) { _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname)); return ; } if (("modifiedDate" == ___local)&&("" == ___uri)) { _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname)); return ; } if (("recipeId" == ___local)&&("" == ___uri)) { _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname)); return ; } if (("servingSize" == ___local)&&("" == ___uri)) { _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname)); return ; } break; case 23 : if (("pageSize" == ___local)&&("" == ___uri)) { _SearchResults = ((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl.class), 24, ___uri, ___local, ___qname)); return ; } if (("pageStart" == ___local)&&("" == ___uri)) { _SearchResults = ((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl.class), 24, ___uri, ___local, ___qname)); return ; } break; case 13 : state = 16; continue outer; case 6 : if (("mode" == ___local)&&("" == ___uri)) { spawnHandlerFromEnterAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname); return ; } spawnHandlerFromEnterAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname); return ; case 14 : if (("accessLevel" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("country" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("createdDate" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("language" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("lastLoginDate" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("login" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("userId" == ___local)&&("" == ___uri)) { _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname)); return ; } break; case 25 : revertToParentFromEnterAttribute(___uri, ___local, ___qname); return ; } super.enterAttribute(___uri, ___local, ___qname); break; } } public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 0 : attIdx = context.getAttribute("", "ignoreWarnings"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : state = 13; continue outer; case 17 : attIdx = context.getAttribute("", "mealId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 16 : state = 19; continue outer; case 20 : attIdx = context.getAttribute("", "quantity"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 2 : if (("ignoreWarnings" == ___local)&&("" == ___uri)) { state = 3; return ; } break; case 22 : state = 25; continue outer; case 19 : state = 22; continue outer; case 5 : if (("refresh" == ___local)&&("" == ___uri)) { state = 6; return ; } break; case 3 : attIdx = context.getAttribute("", "refresh"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 7 : state = 10; continue outer; case 8 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 11 : attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "modifiedDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "recipeId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "servingSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 23 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 13 : state = 16; continue outer; case 6 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } spawnHandlerFromLeaveAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname); return ; case 14 : attIdx = context.getAttribute("", "accessLevel"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "country"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "language"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "lastLoginDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "login"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "userId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 25 : revertToParentFromLeaveAttribute(___uri, ___local, ___qname); return ; } super.leaveAttribute(___uri, ___local, ___qname); break; } } public void handleText(final java.lang.String value) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { try { switch (state) { case 0 : attIdx = context.getAttribute("", "ignoreWarnings"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : state = 13; continue outer; case 17 : attIdx = context.getAttribute("", "mealId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 16 : state = 19; continue outer; case 20 : attIdx = context.getAttribute("", "quantity"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 22 : state = 25; continue outer; case 19 : state = 22; continue outer; case 3 : attIdx = context.getAttribute("", "refresh"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 7 : state = 10; continue outer; case 8 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 11 : attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "modifiedDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "recipeId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "servingSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 23 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 13 : state = 16; continue outer; case 6 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } spawnHandlerFromText((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, value); return ; case 14 : attIdx = context.getAttribute("", "accessLevel"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "country"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "createdDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "language"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "lastLoginDate"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "login"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "userId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 25 : revertToParentFromText(value); return ; case 1 : state = 2; eatText1(value); return ; case 4 : state = 5; eatText2(value); return ; } } catch (java.lang.RuntimeException e) { handleUnexpectedTextException(value, e); } break; } } } }