EncryptionPropertyElementImpl.java revision 5b64d5d44892834ba97f003080f3467299b7c5c5
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync//
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync// Any modifications to this file will be lost upon recompilation of the source schema.
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync// Generated on: 2012.06.11 at 10:34:07 AM PDT
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync//
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsyncpackage com.sun.identity.saml2.jaxb.xmlenc.impl;
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsyncpublic class EncryptionPropertyElementImpl
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync extends com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync{
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public final static Class version = (com.sun.identity.saml2.jaxb.xmlenc.impl.JAXBVersion.class);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync private static com.sun.msv.grammar.Grammar schemaFragment;
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync private final static Class PRIMARY_INTERFACE_CLASS() {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyElement.class);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public String ____jaxb_ri____getNamespaceURI() {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync return "http://www.w3.org/2001/04/xmlenc#";
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public String ____jaxb_ri____getLocalName() {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync return "EncryptionProperty";
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync return new com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.Unmarshaller(context);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync throws org.xml.sax.SAXException
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync context.startElement("http://www.w3.org/2001/04/xmlenc#", "EncryptionProperty");
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync super.serializeURIs(context);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync context.endNamespaceDecls();
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync super.serializeAttributes(context);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync context.endAttributes();
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync super.serializeBody(context);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync context.endElement();
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync throws org.xml.sax.SAXException
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync throws org.xml.sax.SAXException
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
b83a5f5a168763e381ad83c8ed5243dc1b13fdeevboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public Class getPrimaryInterface() {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertyElement.class);
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync }
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync if (schemaFragment == null) {
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"r\u0000\u001ccom.sun.msv.grammar.MixedExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.gr"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"ammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsr\u0000 com.sun.msv."
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\rppsq\u0000~\u0000\u0000pp\u0000sr\u0000 com.sun."
e568b5f055b6d26e9107b30c23d9b2315c74574cvboxsync+"msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"~\u0000\u0001xq\u0000~\u0000\u0004ppsr\u00002com.sun.msv.grammar.Expression$AnyStringExpre"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"ssion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005val"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"uexp\u0001q\u0000~\u0000\u0015sr\u0000\'com.sun.msv.grammar.DifferenceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u0001L\u0000\u0003nc2q\u0000~\u0000\u0001xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"q\u0000~\u0000\u0019sr\u0000#com.sun.msv.grammar.ChoiceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"1q\u0000~\u0000\u0001L\u0000\u0003nc2q\u0000~\u0000\u0001xq\u0000~\u0000\u0019sr\u0000&com.sun.msv.grammar.NamespaceName"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIt\u0000\u0012Ljava/lang/String;xq\u0000~\u0000\u0019t\u0000"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"\u0000sq\u0000~\u0000\u001ft\u0000!http://www.w3.org/2001/04/xmlenc#sq\u0000~\u0000\u001ft\u0000+http://j"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"ava.sun.com/jaxb/xjc/dummy-elementssr\u0000\u001dcom.sun.msv.grammar.C"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"hoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\u0012sq\u0000~\u0000\u0016\u0000psr\u0000\u001bcom.sun.msv.gra"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"mmar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatyp"
3331475701a5b12f98b3cfea07d5dca60072530fvboxsync+"e;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000"
+"\u0004ppsr\u0000\u001fcom.sun.msv.datatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun"
+".msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datat"
+"ype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.Str"
+"ingType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com.sun.msv.datatype.x"
+"sd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd."
+"ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDataty"
+"peImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000 L\u0000\btypeNameq\u0000~\u0000 L\u0000\nwhit"
+"eSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 "
+"http://www.w3.org/2001/XMLSchemat\u0000\u0002IDsr\u00005com.sun.msv.datatyp"
+"e.xsd.WhiteSpaceProcessor$Collapse\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\u0000xp\u0000sr\u00000com.sun.m"
+"sv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000"
+"*psr\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~\u00009q\u0000~\u00008sr\u0000#com.sun.msv.grammar.Sim"
+"pleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000 L\u0000\fnamespaceURIq\u0000~\u0000 "
+"xq\u0000~\u0000\u0019t\u0000\u0002Idq\u0000~\u0000\"sr\u00000com.sun.msv.grammar.Expression$EpsilonEx"
+"pression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0017q\u0000~\u0000Esq\u0000~\u0000\'ppsq\u0000~\u0000\u0012q\u0000~\u0000*psq\u0000~\u0000"
+"+q\u0000~\u0000*psr\u0000#com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000"
+"~\u00003q\u0000~\u00008t\u0000\u0006anyURIq\u0000~\u0000<q\u0000~\u0000>sq\u0000~\u0000?q\u0000~\u0000Kq\u0000~\u00008sq\u0000~\u0000At\u0000\u0006Targetq\u0000"
+"~\u0000\"q\u0000~\u0000Esq\u0000~\u0000\'ppsq\u0000~\u0000\u0012q\u0000~\u0000*psq\u0000~\u0000+ppsr\u0000\"com.sun.msv.datatype"
+".xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00003q\u0000~\u00008t\u0000\u0005QNameq\u0000~\u0000<q\u0000~\u0000>sq\u0000~\u0000?"
+"q\u0000~\u0000Tq\u0000~\u00008sq\u0000~\u0000At\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-i"
+"nstanceq\u0000~\u0000Esq\u0000~\u0000At\u0000\u0012EncryptionPropertyq\u0000~\u0000$sr\u0000\"com.sun.msv."
+"grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/"
+"grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar."
+"ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersion"
+"L\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\b\u0001pq\u0000~\u0000"
+"\nq\u0000~\u0000\u000eq\u0000~\u0000\u0010q\u0000~\u0000Fq\u0000~\u0000Oq\u0000~\u0000(q\u0000~\u0000\tq\u0000~\u0000\u000bx"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
super(context, "----");
}
protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public Object owner() {
return com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this;
}
public void enterElement(String ___uri, String ___local, String ___qname, org.xml.sax.Attributes __atts)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 1 :
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "Target");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (!(("" == ___uri)||("http://www.w3.org/2001/04/xmlenc#" == ___uri))) {
spawnHandlerFromEnterElement((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
spawnHandlerFromEnterElement((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
case 3 :
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 0 :
if (("EncryptionProperty" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
context.pushAttributes(__atts, true);
state = 1;
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
public void leaveElement(String ___uri, String ___local, String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 1 :
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Target");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveElement((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 2 :
if (("EncryptionProperty" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
public void enterAttribute(String ___uri, String ___local, String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 1 :
if (("Id" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
if (("Target" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(String ___uri, String ___local, String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 1 :
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Target");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveAttribute((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 1 :
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "Target");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyTypeImpl)com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertyElementImpl.this).new Unmarshaller(context)), 2, value);
return ;
case 3 :
revertToParentFromText(value);
return ;
}
} catch (RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}