ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Generated on: 2012.06.11 at 10:33:54 AM PDT
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpackage com.sun.identity.liberty.ws.paos.jaxb.impl;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic class ExtensionTypeImpl implements com.sun.identity.liberty.ws.paos.jaxb.ExtensionType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster{
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected com.sun.xml.bind.util.ListImpl _Any;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public final static java.lang.Class version = (com.sun.identity.liberty.ws.paos.jaxb.impl.JAXBVersion.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private static com.sun.msv.grammar.Grammar schemaFragment;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.paos.jaxb.ExtensionType.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected com.sun.xml.bind.util.ListImpl _getAny() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_Any == null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _Any = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _Any;
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.util.List getAny() {
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts return _getAny();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts return new com.sun.identity.liberty.ws.paos.jaxb.impl.ExtensionTypeImpl.Unmarshaller(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int idx1 = 0;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final int len1 = ((_Any == null)? 0 :_Any.size());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (idx1 != len1) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _Any.get(idx1 ++)), "Any");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int idx1 = 0;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final int len1 = ((_Any == null)? 0 :_Any.size());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (idx1 != len1) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster idx1 += 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int idx1 = 0;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final int len1 = ((_Any == null)? 0 :_Any.size());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (idx1 != len1) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster idx1 += 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Class getPrimaryInterface() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.paos.jaxb.ExtensionType.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (schemaFragment == null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster "\u00ac\u00ed\u0000\u0005sr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"un.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expt\u0000 Lcom/sun/msv/gram"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mar/Expression;xr\u0000\u001ecom.sun.msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\u0002xpppsr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.m"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttribute"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sr\u0000 com.sun.msv.grammar.Attrib"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"uteExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0007xq\u0000~\u0000\u0003ppsr\u00002com"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0001q\u0000~\u0000\rsr\u0000\'com."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sun.msv.grammar.DifferenceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u0007L\u0000\u0003"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"nc2q\u0000~\u0000\u0007xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000 co"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"m.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0011sr\u0000#com.sun.m"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sv.grammar.ChoiceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u0007L\u0000\u0003nc2q\u0000~\u0000\u0007x"
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura+"q\u0000~\u0000\u0011sr\u0000&com.sun.msv.grammar.NamespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\fnamespaceURIt\u0000\u0012Ljava/lang/String;xq\u0000~\u0000\u0011t\u0000\u0000sq\u0000~\u0000\u0017t\u0000\u0018urn:libe"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rty:paos:2003-08sq\u0000~\u0000\u0017t\u0000+http://java.sun.com/jaxb/xjc/dummy-"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"elementssr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\b"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"expTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$ClosedHash;xp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/Exp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ressionPool;xp\u0000\u0000\u0000\u0001\u0001pq\u0000~\u0000\u0005x"));
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public class Unmarshaller
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super(context, "--");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster this(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = startState;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Object owner() {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura return com.sun.identity.liberty.ws.paos.jaxb.impl.ExtensionTypeImpl.this;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (!(("" == ___uri)||("urn:liberty:paos:2003-08" == ___uri))) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster java.lang.Object co = spawnWildcard(1, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (co!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _getAny().add(co);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (!(("" == ___uri)||("urn:liberty:paos:2003-08" == ___uri))) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster java.lang.Object co = spawnWildcard(1, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (co!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _getAny().add(co);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void handleText(final java.lang.String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromText(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.RuntimeException e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster handleUnexpectedTextException(value, e);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster