b87033953be26b0dc7dead8febd499b666a54126Peter Major//
b87033953be26b0dc7dead8febd499b666a54126Peter Major// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
b87033953be26b0dc7dead8febd499b666a54126Peter Major// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
b87033953be26b0dc7dead8febd499b666a54126Peter Major// Any modifications to this file will be lost upon recompilation of the source schema.
b87033953be26b0dc7dead8febd499b666a54126Peter Major// Generated on: 2012.09.08 at 08:59:44 DU CEST
b87033953be26b0dc7dead8febd499b666a54126Peter Major//
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Majorpackage com.sun.identity.diagnostic.base.core.jaxbgen.impl;
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Majorpublic class LibrariesTypeImpl implements com.sun.identity.diagnostic.base.core.jaxbgen.LibrariesType, com.sun.xml.bind.JAXBObject, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallableObject, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.XMLSerializable, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.ValidatableObject
b87033953be26b0dc7dead8febd499b666a54126Peter Major{
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major protected com.sun.xml.bind.util.ListImpl _Library;
b87033953be26b0dc7dead8febd499b666a54126Peter Major public final static java.lang.Class version = (com.sun.identity.diagnostic.base.core.jaxbgen.impl.JAXBVersion.class);
b87033953be26b0dc7dead8febd499b666a54126Peter Major private static com.sun.msv.grammar.Grammar schemaFragment;
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
b87033953be26b0dc7dead8febd499b666a54126Peter Major return (com.sun.identity.diagnostic.base.core.jaxbgen.LibrariesType.class);
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major protected com.sun.xml.bind.util.ListImpl _getLibrary() {
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (_Library == null) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major _Library = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major return _Library;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public java.util.List getLibrary() {
b87033953be26b0dc7dead8febd499b666a54126Peter Major return _getLibrary();
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallingContext context) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major return new com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibrariesTypeImpl.Unmarshaller(context);
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void serializeBody(com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.XMLSerializer context)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int idx1 = 0;
b87033953be26b0dc7dead8febd499b666a54126Peter Major final int len1 = ((_Library == null)? 0 :_Library.size());
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (idx1 != len1) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (_Library.get(idx1) instanceof javax.xml.bind.Element) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.childAsBody(((com.sun.xml.bind.JAXBObject) _Library.get(idx1 ++)), "Library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major } else {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.startElement("", "library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major int idx_0 = idx1;
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Library.get(idx_0 ++)), "Library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.endNamespaceDecls();
b87033953be26b0dc7dead8febd499b666a54126Peter Major int idx_1 = idx1;
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Library.get(idx_1 ++)), "Library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.endAttributes();
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.childAsBody(((com.sun.xml.bind.JAXBObject) _Library.get(idx1 ++)), "Library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.endElement();
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void serializeAttributes(com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.XMLSerializer context)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int idx1 = 0;
b87033953be26b0dc7dead8febd499b666a54126Peter Major final int len1 = ((_Library == null)? 0 :_Library.size());
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (idx1 != len1) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (_Library.get(idx1) instanceof javax.xml.bind.Element) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Library.get(idx1 ++)), "Library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major } else {
b87033953be26b0dc7dead8febd499b666a54126Peter Major idx1 += 1;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void serializeURIs(com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.XMLSerializer context)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int idx1 = 0;
b87033953be26b0dc7dead8febd499b666a54126Peter Major final int len1 = ((_Library == null)? 0 :_Library.size());
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (idx1 != len1) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (_Library.get(idx1) instanceof javax.xml.bind.Element) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Library.get(idx1 ++)), "Library");
b87033953be26b0dc7dead8febd499b666a54126Peter Major } else {
b87033953be26b0dc7dead8febd499b666a54126Peter Major idx1 += 1;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public java.lang.Class getPrimaryInterface() {
b87033953be26b0dc7dead8febd499b666a54126Peter Major return (com.sun.identity.diagnostic.base.core.jaxbgen.LibrariesType.class);
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (schemaFragment == null) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
b87033953be26b0dc7dead8febd499b666a54126Peter Major "\u00ac\u00ed\u0000\u0005sr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.s"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"un.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expt\u0000 Lcom/sun/msv/gram"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"mar/Expression;xr\u0000\u001ecom.sun.msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"~\u0000\u0002xpppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.s"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"un.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0002L\u0000\u0004exp2q\u0000~\u0000\u0002x"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"q\u0000~\u0000\u0003ppsr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.m"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"sv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttribute"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"sL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0000sr\u0000\u0011java.lang.Bo"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"olean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com.sun.msv.grammar.Attribut"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"eExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\nxq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u00002c"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"om.sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"xq\u0000~\u0000\u0003sq\u0000~\u0000\u000f\u0001q\u0000~\u0000\u0014sr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.s"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"un.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"q\u0000~\u0000\u0015q\u0000~\u0000\u001asr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000\u001cxq\u0000~\u0000\u0017t"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"\u0000<com.sun.identity.diagnostic.base.core.jaxbgen.LibraryEleme"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"ntt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\tpp\u0000sr\u0000"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0007ppsq\u0000~\u0000\tpp\u0000"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"sq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0000q\u0000~\u0000\u0010psq\u0000~\u0000\u0011q\u0000~\u0000\u0010pq\u0000~\u0000\u0014q\u0000~\u0000\u0018q\u0000~\u0000\u001asq\u0000~\u0000\u001bt\u00009com."
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"sun.identity.diagnostic.base.core.jaxbgen.LibraryTypeq\u0000~\u0000\u001fsq"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"\u0000~\u0000\u0006ppsq\u0000~\u0000\u0011q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004name"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"t\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.data"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"type.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Bu"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"iltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Concr"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"eteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImp"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"l\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001cL\u0000\btypeNameq\u0000~\u0000\u001cL\u0000\nwhiteSpac"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"et\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http:"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"//www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype."
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.d"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"atatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv."
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bc"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"om.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001cL\u0000\fnam"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"espaceURIq\u0000~\u0000\u001cxpq\u0000~\u00006q\u0000~\u00005sq\u0000~\u0000\u001bt\u0000\u0004typet\u0000)http://www.w3.org/"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"2001/XMLSchema-instanceq\u0000~\u0000\u001asq\u0000~\u0000\u001bt\u0000\u0007libraryt\u0000\u0000sr\u0000\"com.sun.m"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"sv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/m"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"sv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.gramm"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"ar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVers"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"ionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\b\u0001pq"
b87033953be26b0dc7dead8febd499b666a54126Peter Major+"\u0000~\u0000\"q\u0000~\u0000\u000eq\u0000~\u0000%q\u0000~\u0000\rq\u0000~\u0000$q\u0000~\u0000)q\u0000~\u0000\u0005q\u0000~\u0000\bx"));
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public class Unmarshaller
b87033953be26b0dc7dead8febd499b666a54126Peter Major extends com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.AbstractUnmarshallingEventHandlerImpl
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public Unmarshaller(com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallingContext context) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major super(context, "----");
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major protected Unmarshaller(com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallingContext context, int startState) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major this(context);
b87033953be26b0dc7dead8febd499b666a54126Peter Major state = startState;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public java.lang.Object owner() {
b87033953be26b0dc7dead8febd499b666a54126Peter Major return com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibrariesTypeImpl.this;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int attIdx;
b87033953be26b0dc7dead8febd499b666a54126Peter Major outer:
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (true) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major switch (state) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 0 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (("library" == ___local)&&("" == ___uri)) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryElementImpl) spawnChildFromEnterElement((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryElementImpl.class), 3, ___uri, ___local, ___qname, __atts)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (("library" == ___local)&&("" == ___uri)) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.pushAttributes(__atts, true);
b87033953be26b0dc7dead8febd499b666a54126Peter Major state = 1;
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 3 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (("library" == ___local)&&("" == ___uri)) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryElementImpl) spawnChildFromEnterElement((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryElementImpl.class), 3, ___uri, ___local, ___qname, __atts)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (("library" == ___local)&&("" == ___uri)) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.pushAttributes(__atts, true);
b87033953be26b0dc7dead8febd499b666a54126Peter Major state = 1;
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 1 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl) spawnChildFromEnterElement((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl.class), 2, ___uri, ___local, ___qname, __atts)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major super.enterElement(___uri, ___local, ___qname, __atts);
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int attIdx;
b87033953be26b0dc7dead8febd499b666a54126Peter Major outer:
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (true) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major switch (state) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 2 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major if (("library" == ___local)&&("" == ___uri)) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major context.popAttributes();
b87033953be26b0dc7dead8febd499b666a54126Peter Major state = 3;
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 3 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major revertToParentFromLeaveElement(___uri, ___local, ___qname);
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 1 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl) spawnChildFromLeaveElement((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl.class), 2, ___uri, ___local, ___qname)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major super.leaveElement(___uri, ___local, ___qname);
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int attIdx;
b87033953be26b0dc7dead8febd499b666a54126Peter Major outer:
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (true) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major switch (state) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 3 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major revertToParentFromEnterAttribute(___uri, ___local, ___qname);
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 1 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl.class), 2, ___uri, ___local, ___qname)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major super.enterAttribute(___uri, ___local, ___qname);
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int attIdx;
b87033953be26b0dc7dead8febd499b666a54126Peter Major outer:
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (true) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major switch (state) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 3 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 1 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl.class), 2, ___uri, ___local, ___qname)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major super.leaveAttribute(___uri, ___local, ___qname);
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major public void handleText(final java.lang.String value)
b87033953be26b0dc7dead8febd499b666a54126Peter Major throws org.xml.sax.SAXException
b87033953be26b0dc7dead8febd499b666a54126Peter Major {
b87033953be26b0dc7dead8febd499b666a54126Peter Major int attIdx;
b87033953be26b0dc7dead8febd499b666a54126Peter Major outer:
b87033953be26b0dc7dead8febd499b666a54126Peter Major while (true) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major try {
b87033953be26b0dc7dead8febd499b666a54126Peter Major switch (state) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 3 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major revertToParentFromText(value);
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major case 1 :
b87033953be26b0dc7dead8febd499b666a54126Peter Major _getLibrary().add(((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl) spawnChildFromText((com.sun.identity.diagnostic.base.core.jaxbgen.impl.LibraryTypeImpl.class), 2, value)));
b87033953be26b0dc7dead8febd499b666a54126Peter Major return ;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major } catch (java.lang.RuntimeException e) {
b87033953be26b0dc7dead8febd499b666a54126Peter Major handleUnexpectedTextException(value, e);
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major break;
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major }
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major}