//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.11 at 10:34:16 AM PDT
//
package com.sun.identity.wsfederation.jaxb.wsspolicy.impl;
public class SerElementsTypeImpl implements com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
{
protected com.sun.xml.bind.util.ListImpl _Any;
protected java.lang.String _XPathVersion;
protected com.sun.xml.bind.util.ListImpl _XPath;
public final static java.lang.Class version = (com.sun.identity.wsfederation.jaxb.wsspolicy.impl.JAXBVersion.class);
private static com.sun.msv.grammar.Grammar schemaFragment;
private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
return (com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType.class);
}
protected com.sun.xml.bind.util.ListImpl _getAny() {
if (_Any == null) {
_Any = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
}
return _Any;
}
public java.util.List getAny() {
return _getAny();
}
public java.lang.String getXPathVersion() {
return _XPathVersion;
}
public void setXPathVersion(java.lang.String value) {
_XPathVersion = value;
}
protected com.sun.xml.bind.util.ListImpl _getXPath() {
if (_XPath == null) {
_XPath = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
}
return _XPath;
}
public java.util.List getXPath() {
return _getXPath();
}
public com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
return new com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl.Unmarshaller(context);
}
public void serializeBody(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Any == null)? 0 :_Any.size());
int idx3 = 0;
final int len3 = ((_XPath == null)? 0 :_XPath.size());
while (idx3 != len3) {
context.startElement("http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512", "XPath");
int idx_0 = idx3;
try {
idx_0 += 1;
} catch (java.lang.Exception e) {
com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endNamespaceDecls();
int idx_1 = idx3;
try {
idx_1 += 1;
} catch (java.lang.Exception e) {
com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttributes();
try {
context.text(((java.lang.String) _XPath.get(idx3 ++)), "XPath");
} catch (java.lang.Exception e) {
com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endElement();
}
while (idx1 != len1) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Any.get(idx1 ++)), "Any");
}
}
public void serializeAttributes(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Any == null)? 0 :_Any.size());
int idx3 = 0;
final int len3 = ((_XPath == null)? 0 :_XPath.size());
if (_XPathVersion!= null) {
context.startAttribute("", "XPathVersion");
try {
context.text(((java.lang.String) _XPathVersion), "XPathVersion");
} catch (java.lang.Exception e) {
com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
}
while (idx3 != len3) {
try {
idx3 += 1;
} catch (java.lang.Exception e) {
com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
}
while (idx1 != len1) {
idx1 += 1;
}
}
public void serializeURIs(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Any == null)? 0 :_Any.size());
int idx3 = 0;
final int len3 = ((_XPath == null)? 0 :_XPath.size());
while (idx3 != len3) {
try {
idx3 += 1;
} catch (java.lang.Exception e) {
com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
}
while (idx1 != len1) {
idx1 += 1;
}
}
public java.lang.Class getPrimaryInterface() {
return (com.sun.identity.wsfederation.jaxb.wsspolicy.SerElementsType.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
+"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsr\u0000 com.sun.msv.grammar.OneOrMor"
+"eExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
+"\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003ppsr\u0000\'com.sun.msv.grammar.trex.ElementPattern"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000"
+"\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclare"
+"dAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0000ppsr\u0000\u001bcom.sun."
+"msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/"
+"Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPai"
+"r;xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000#com."
+"sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr"
+"\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%c"
+"om.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.m"
+"sv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012L"
+"java/lang/String;L\u0000\btypeNameq\u0000~\u0000\u0019L\u0000\nwhiteSpacet\u0000.Lcom/sun/ms"
+"v/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/20"
+"01/XMLSchemat\u0000\u0006stringsr\u00005com.sun.msv.datatype.xsd.WhiteSpace"
+"Processor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.Wh"
+"iteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xp\u0001sr\u00000com.sun.msv.grammar.Expre"
+"ssion$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0014psr\u0000\u001bcom.sun.ms"
+"v.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0019L\u0000\fnamespaceURI"
+"q\u0000~\u0000\u0019xpq\u0000~\u0000\u001dq\u0000~\u0000\u001csr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u0000\u0001ppsr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003e"
+"xpq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u000bxq\u0000~\u0000\u0003q\u0000~\u0000\u0014psq\u0000~\u0000\u000fppsr\u0000\"com.sun.msv."
+"datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0016q\u0000~\u0000\u001ct\u0000\u0005QNamesr\u00005com."
+"sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
+"xq\u0000~\u0000\u001fq\u0000~\u0000\"sq\u0000~\u0000#q\u0000~\u0000,q\u0000~\u0000\u001csr\u0000#com.sun.msv.grammar.SimpleNam"
+"eClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0019L\u0000\fnamespaceURIq\u0000~\u0000\u0019xr\u0000\u001dco"
+"m.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000\u0004typet\u0000)http://www"
+".w3.org/2001/XMLSchema-instancesr\u00000com.sun.msv.grammar.Expre"
+"ssion$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0013\u0001q\u0000~\u00006sq\u0000~\u00000t\u0000"
+"\u0005XPatht\u00009http://docs.oasis-open.org/ws-sx/ws-securitypolicy/"
+"200512sq\u0000~\u0000%ppsq\u0000~\u0000\u0007q\u0000~\u0000\u0014psq\u0000~\u0000\nq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\'ppsr\u00002com.sun.m"
+"sv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000"
+"~\u00007q\u0000~\u0000@sr\u0000\'com.sun.msv.grammar.DifferenceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u000bL\u0000\u0003nc2q\u0000~\u0000\u000bxq\u0000~\u00001sr\u0000 com.sun.msv.grammar.AnyNam"
+"eClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00001sr\u0000#com.sun.msv.grammar.ChoiceNameCla"
+"ss\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u000bL\u0000\u0003nc2q\u0000~\u0000\u000bxq\u0000~\u00001sr\u0000&com.sun.msv.gra"
+"mmar.NamespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIq\u0000~\u0000\u0019xq\u0000~\u00001"
+"t\u0000\u0000sq\u0000~\u0000Gq\u0000~\u0000:sq\u0000~\u0000Gt\u0000+http://java.sun.com/jaxb/xjc/dummy-el"
+"ementsq\u0000~\u00006sq\u0000~\u0000%ppsq\u0000~\u0000\'q\u0000~\u0000\u0014psq\u0000~\u0000\u000fq\u0000~\u0000\u0014psr\u0000#com.sun.msv.d"
+"atatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0016q\u0000~\u0000\u001ct\u0000\u0006anyURIq\u0000~\u0000.q\u0000"
+"~\u0000\"sq\u0000~\u0000#q\u0000~\u0000Rq\u0000~\u0000\u001csq\u0000~\u00000t\u0000\fXPathVersionq\u0000~\u0000Iq\u0000~\u00006sr\u0000\"com.su"
+"n.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/su"
+"n/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.gr"
+"ammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamV"
+"ersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\b"
+"\u0001pq\u0000~\u0000Mq\u0000~\u0000&q\u0000~\u0000\u0005q\u0000~\u0000\tq\u0000~\u0000;q\u0000~\u0000\u0006q\u0000~\u0000<q\u0000~\u0000\u000ex"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
super(context, "--------");
}
protected Unmarshaller(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return com.sun.identity.wsfederation.jaxb.wsspolicy.impl.SerElementsTypeImpl.this;
}
public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 7 :
if (!(("" == ___uri)||("http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512" == ___uri))) {
java.lang.Object co = spawnWildcard(7, ___uri, ___local, ___qname, __atts);
if (co!= null) {
_getAny().add(co);
}
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 0 :
attIdx = context.getAttribute("", "XPathVersion");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
state = 3;
continue outer;
case 6 :
if (("XPath" == ___local)&&("http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512" == ___uri)) {
context.pushAttributes(__atts, true);
state = 4;
return ;
}
if (!(("" == ___uri)||("http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512" == ___uri))) {
java.lang.Object co = spawnWildcard(7, ___uri, ___local, ___qname, __atts);
if (co!= null) {
_getAny().add(co);
}
return ;
}
state = 7;
continue outer;
case 3 :
if (("XPath" == ___local)&&("http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512" == ___uri)) {
context.pushAttributes(__atts, true);
state = 4;
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
private void eatText1(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_XPathVersion = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
} catch (java.lang.Exception e) {
handleParseConversionException(e);
}
}
public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 7 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 5 :
if (("XPath" == ___local)&&("http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512" == ___uri)) {
context.popAttributes();
state = 6;
return ;
}
break;
case 0 :
attIdx = context.getAttribute("", "XPathVersion");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
state = 3;
continue outer;
case 6 :
state = 7;
continue outer;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 7 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 0 :
if (("XPathVersion" == ___local)&&("" == ___uri)) {
state = 1;
return ;
}
state = 3;
continue outer;
case 6 :
state = 7;
continue outer;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 7 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 2 :
if (("XPathVersion" == ___local)&&("" == ___uri)) {
state = 3;
return ;
}
break;
case 0 :
attIdx = context.getAttribute("", "XPathVersion");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
state = 3;
continue outer;
case 6 :
state = 7;
continue outer;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final java.lang.String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 7 :
revertToParentFromText(value);
return ;
case 0 :
attIdx = context.getAttribute("", "XPathVersion");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
state = 3;
continue outer;
case 6 :
state = 7;
continue outer;
case 1 :
state = 2;
eatText1(value);
return ;
case 4 :
state = 5;
eatText2(value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
private void eatText2(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_getXPath().add(value);
} catch (java.lang.Exception e) {
handleParseConversionException(e);
}
}
}
}