5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk//
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// Any modifications to this file will be lost upon recompilation of the source schema.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// Generated on: 2012.06.11 at 10:34:07 AM PDT
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk//
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpackage com.sun.identity.saml2.jaxb.xmlsig.impl;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpublic class TransformTypeImpl implements com.sun.identity.saml2.jaxb.xmlsig.TransformType, 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
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk{
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk protected java.lang.String _Algorithm;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _Content;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.xmlsig.impl.JAXBVersion.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk private static com.sun.msv.grammar.Grammar schemaFragment;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.xmlsig.TransformType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String getAlgorithm() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Algorithm;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void setAlgorithm(java.lang.String value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Algorithm = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getContent() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Content == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Content = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Content;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getContent() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getContent();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.Unmarshaller(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_Content == null)? 0 :_Content.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk java.lang.Object o = _Content.get(idx2);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (o instanceof com.sun.xml.bind.JAXBObject) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Content.get(idx2 ++)), "Content");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk if (o instanceof java.lang.String) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _Content.get(idx2 ++)), "Content");
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk if (o instanceof java.lang.Object) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Content.get(idx2 ++)), "Content");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handleTypeMismatchError(context, this, "Content", o);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_Content == null)? 0 :_Content.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "Algorithm");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _Algorithm), "Algorithm");
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk java.lang.Object o = _Content.get(idx2);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (o instanceof com.sun.xml.bind.JAXBObject) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Content.get(idx2 ++)), "Content");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk if (o instanceof java.lang.String) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk if (o instanceof java.lang.Object) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handleTypeMismatchError(context, this, "Content", o);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_Content == null)? 0 :_Content.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk java.lang.Object o = _Content.get(idx2);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (o instanceof com.sun.xml.bind.JAXBObject) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Content.get(idx2 ++)), "Content");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk if (o instanceof java.lang.String) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk if (o instanceof java.lang.Object) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handleTypeMismatchError(context, this, "Content", o);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.xmlsig.TransformType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (schemaFragment == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"expandedExpq\u0000~\u0000\u0002xpppsr\u0000\u001ccom.sun.msv.grammar.MixedExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\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"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0003ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+" com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0007sr\u0000\u0011java.l"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\tq\u0000~\u0000\u000epsr\u0000\'com.sun.ms"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"v.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xq\u0000~\u0000\u0003q\u0000~\u0000\u000ep\u0000sr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0011xq\u0000~\u0000\u0003ppsr\u00002com.sun.msv.grammar."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\r\u0001q\u0000~\u0000\u0017s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r\u0000\'com.sun.msv.grammar.DifferenceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0011L\u0000\u0003nc2q\u0000~\u0000\u0011xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u001asr\u0000#co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m.sun.msv.grammar.ChoiceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u0011L\u0000\u0003nc"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"2q\u0000~\u0000\u0011xq\u0000~\u0000\u001asr\u0000&com.sun.msv.grammar.NamespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIt\u0000\u0012Ljava/lang/String;xq\u0000~\u0000\u001at\u0000\u0000sq\u0000~\u0000 t\u0000\"h"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ttp://www.w3.org/2000/09/xmldsig#sq\u0000~\u0000 t\u0000+http://java.sun.co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0010q\u0000~\u0000\u000ep\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u000bq\u0000~\u0000\u000epsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0014q\u0000~\u0000\u000epq\u0000~\u0000\u0017q\u0000~\u0000\u001dsr\u00000com.sun.msv.grammar.Expression$Epsil"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"onExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0018q\u0000~\u0000-sr\u0000#com.sun.msv.gramm"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000!L\u0000\fnamespaceUR"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Iq\u0000~\u0000!xq\u0000~\u0000\u001at\u00006com.sun.identity.saml2.jaxb.xmlsig.TransformT"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.XPathq\u0000~\u0000\'q\u0000~\u0000-sq\u0000~\u0000\u0014ppsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003q\u0000~\u0000\u000epsr\u0000#com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.data"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"type.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProces"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0006anyURIsr\u00005com.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u000epsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tl"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ocalNameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000=q\u0000~\u0000<sq\u0000~\u0000.t\u0000\tAlgori"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"thmq\u0000~\u0000#sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"expTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$ClosedHash;xp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/Exp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ressionPool;xp\u0000\u0000\u0000\u0007\u0001pq\u0000~\u0000)q\u0000~\u0000\bq\u0000~\u0000\u000fq\u0000~\u0000\u0005q\u0000~\u0000*q\u0000~\u0000\fq\u0000~\u0000\nx"));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public class Unmarshaller
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super(context, "----");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk this(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = startState;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Object owner() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.this;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (!(("" == ___uri)||("http://www.w3.org/2000/09/xmldsig#" == ___uri))) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk java.lang.Object co = spawnWildcard(3, ___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (co!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getContent().add(co);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XPath" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getContent().add(((com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl.class), 3, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Algorithm");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText1(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Algorithm = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Algorithm");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Algorithm" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Algorithm");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Algorithm" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void handleText(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Algorithm");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.RuntimeException e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleUnexpectedTextException(value, e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText2(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getContent().add(value);
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public static class XPathImpl implements com.sun.identity.saml2.jaxb.xmlsig.TransformType.XPath, 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
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk protected java.lang.String _Value;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.xmlsig.impl.JAXBVersion.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk private static com.sun.msv.grammar.Grammar schemaFragment;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public XPathImpl() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public XPathImpl(java.lang.String value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Value = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.xmlsig.TransformType.XPath.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String ____jaxb_ri____getNamespaceURI() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return "http://www.w3.org/2000/09/xmldsig#";
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String ____jaxb_ri____getLocalName() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return "XPath";
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String getValue() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void setValue(java.lang.String value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Value = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl.Unmarshaller(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("http://www.w3.org/2000/09/xmldsig#", "XPath");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _Value), "Value");
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.xmlsig.TransformType.XPath.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (schemaFragment == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.g"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0004sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000#com.sun.m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.da"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012Ljava/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"lang/String;L\u0000\btypeNameq\u0000~\u0000\u0014L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/dat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XM"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"LSchemat\u0000\u0006stringsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProce"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ssor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"aceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xp\u0001sr\u00000com.sun.msv.grammar.Expression"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u000fpsr\u0000\u001bcom.sun.msv.uti"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"l.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0014L\u0000\fnamespaceURIq\u0000~\u0000\u0014"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xpq\u0000~\u0000\u0018q\u0000~\u0000\u0017sr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\bppsr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u000fpsq\u0000~\u0000\nppsr\u0000\"com.sun.msv.datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0011q\u0000~\u0000\u0017t\u0000\u0005QNamesr\u00005com.sun.m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001aq\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u0000\'q\u0000~\u0000\u0017sr\u0000#com.sun.msv.grammar.SimpleNameClas"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"s\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0014L\u0000\fnamespaceURIq\u0000~\u0000\u0014xr\u0000\u001dcom.sun"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000\u0004typet\u0000)http://www.w3.o"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rg/2001/XMLSchema-instancesr\u00000com.sun.msv.grammar.Expression"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000e\u0001q\u0000~\u00001sq\u0000~\u0000+t\u0000\u0005XPat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ht\u0000\"http://www.w3.org/2000/09/xmldsig#sr\u0000\"com.sun.msv.gramma"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/gramma"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.Expres"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006par"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"entt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u0002\u0001pq\u0000~\u0000\tq\u0000~\u0000!"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"x"));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public class Unmarshaller
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super(context, "----");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk this(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = startState;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Object owner() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return com.sun.identity.saml2.jaxb.xmlsig.impl.TransformTypeImpl.XPathImpl.this;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XPath" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XPath" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void handleText(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.RuntimeException e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleUnexpectedTextException(value, e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText1(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Value = value;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}