Source Code Cross Referenced for ObjectTypeImpl.java in  » 6.0-JDK-Modules-com.sun » xws-security » com » sun » xml » wss » saml » internal » saml11 » jaxb10 » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » xws security » com.sun.xml.wss.saml.internal.saml11.jaxb10.impl 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //
002:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs 
003:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004:        // Any modifications to this file will be lost upon recompilation of the source schema. 
005:        // Generated on: 2005.09.05 at 03:09:41 PM IST 
006:        //
007:
008:        package com.sun.xml.wss.saml.internal.saml11.jaxb10.impl;
009:
010:        public class ObjectTypeImpl
011:                implements 
012:                com.sun.xml.wss.saml.internal.saml11.jaxb10.ObjectType,
013:                com.sun.xml.bind.JAXBObject,
014:                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallableObject,
015:                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializable,
016:                com.sun.xml.bind.marshaller.IdentifiableObject,
017:                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.ValidatableObject {
018:
019:            protected java.lang.String _MimeType;
020:            protected java.lang.String _Encoding;
021:            protected com.sun.xml.bind.util.ListImpl _Content;
022:            protected java.lang.String _Id;
023:            public final static java.lang.Class version = (com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.JAXBVersion.class);
024:            private static com.sun.msv.grammar.Grammar schemaFragment;
025:
026:            private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
027:                return (com.sun.xml.wss.saml.internal.saml11.jaxb10.ObjectType.class);
028:            }
029:
030:            public java.lang.String getMimeType() {
031:                return _MimeType;
032:            }
033:
034:            public void setMimeType(java.lang.String value) {
035:                _MimeType = value;
036:            }
037:
038:            public java.lang.String getEncoding() {
039:                return _Encoding;
040:            }
041:
042:            public void setEncoding(java.lang.String value) {
043:                _Encoding = value;
044:            }
045:
046:            protected com.sun.xml.bind.util.ListImpl _getContent() {
047:                if (_Content == null) {
048:                    _Content = new com.sun.xml.bind.util.ListImpl(
049:                            new java.util.ArrayList());
050:                }
051:                return _Content;
052:            }
053:
054:            public java.util.List getContent() {
055:                return _getContent();
056:            }
057:
058:            public java.lang.String getId() {
059:                return _Id;
060:            }
061:
062:            public void setId(java.lang.String value) {
063:                _Id = value;
064:            }
065:
066:            public com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingEventHandler createUnmarshaller(
067:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingContext context) {
068:                return new com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ObjectTypeImpl.Unmarshaller(
069:                        context);
070:            }
071:
072:            public void serializeBody(
073:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializer context)
074:                    throws org.xml.sax.SAXException {
075:                int idx3 = 0;
076:                final int len3 = ((_Content == null) ? 0 : _Content.size());
077:                while (idx3 != len3) {
078:                    {
079:                        java.lang.Object o = _Content.get(idx3);
080:                        if (o instanceof  java.lang.String) {
081:                            try {
082:                                context.text(((java.lang.String) _Content
083:                                        .get(idx3++)), "Content");
084:                            } catch (java.lang.Exception e) {
085:                                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
086:                                        .handlePrintConversionException(this ,
087:                                                e, context);
088:                            }
089:                        } else {
090:                            if (o instanceof  java.lang.Object) {
091:                                context.childAsBody(
092:                                        ((com.sun.xml.bind.JAXBObject) _Content
093:                                                .get(idx3++)), "Content");
094:                            } else {
095:                                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
096:                                        .handleTypeMismatchError(context, this ,
097:                                                "Content", o);
098:                            }
099:                        }
100:                    }
101:                }
102:            }
103:
104:            public void serializeAttributes(
105:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializer context)
106:                    throws org.xml.sax.SAXException {
107:                int idx3 = 0;
108:                final int len3 = ((_Content == null) ? 0 : _Content.size());
109:                if (_Encoding != null) {
110:                    context.startAttribute("", "Encoding");
111:                    try {
112:                        context
113:                                .text(((java.lang.String) _Encoding),
114:                                        "Encoding");
115:                    } catch (java.lang.Exception e) {
116:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
117:                                .handlePrintConversionException(this , e,
118:                                        context);
119:                    }
120:                    context.endAttribute();
121:                }
122:                if (_Id != null) {
123:                    context.startAttribute("", "Id");
124:                    try {
125:                        context.text(context.onID(this ,
126:                                ((java.lang.String) _Id)), "Id");
127:                    } catch (java.lang.Exception e) {
128:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
129:                                .handlePrintConversionException(this , e,
130:                                        context);
131:                    }
132:                    context.endAttribute();
133:                }
134:                if (_MimeType != null) {
135:                    context.startAttribute("", "MimeType");
136:                    try {
137:                        context
138:                                .text(((java.lang.String) _MimeType),
139:                                        "MimeType");
140:                    } catch (java.lang.Exception e) {
141:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
142:                                .handlePrintConversionException(this , e,
143:                                        context);
144:                    }
145:                    context.endAttribute();
146:                }
147:                while (idx3 != len3) {
148:                    {
149:                        java.lang.Object o = _Content.get(idx3);
150:                        if (o instanceof  java.lang.String) {
151:                            try {
152:                                idx3 += 1;
153:                            } catch (java.lang.Exception e) {
154:                                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
155:                                        .handlePrintConversionException(this ,
156:                                                e, context);
157:                            }
158:                        } else {
159:                            if (o instanceof  java.lang.Object) {
160:                                idx3 += 1;
161:                            } else {
162:                                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
163:                                        .handleTypeMismatchError(context, this ,
164:                                                "Content", o);
165:                            }
166:                        }
167:                    }
168:                }
169:            }
170:
171:            public void serializeURIs(
172:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializer context)
173:                    throws org.xml.sax.SAXException {
174:                int idx3 = 0;
175:                final int len3 = ((_Content == null) ? 0 : _Content.size());
176:                while (idx3 != len3) {
177:                    {
178:                        java.lang.Object o = _Content.get(idx3);
179:                        if (o instanceof  java.lang.String) {
180:                            try {
181:                                idx3 += 1;
182:                            } catch (java.lang.Exception e) {
183:                                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
184:                                        .handlePrintConversionException(this ,
185:                                                e, context);
186:                            }
187:                        } else {
188:                            if (o instanceof  java.lang.Object) {
189:                                idx3 += 1;
190:                            } else {
191:                                com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.Util
192:                                        .handleTypeMismatchError(context, this ,
193:                                                "Content", o);
194:                            }
195:                        }
196:                    }
197:                }
198:            }
199:
200:            public java.lang.String ____jaxb____getId() {
201:                return ((java.lang.String) _Id);
202:            }
203:
204:            public java.lang.Class getPrimaryInterface() {
205:                return (com.sun.xml.wss.saml.internal.saml11.jaxb10.ObjectType.class);
206:            }
207:
208:            public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
209:                if (schemaFragment == null) {
210:                    schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer
211:                            .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"
212:                                    + "n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
213:                                    + "mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
214:                                    + "on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
215:                                    + "expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001ccom.sun.msv.grammar."
216:                                    + "MixedExp\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"
217:                                    + "\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000"
218:                                    + "\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
219:                                    + "xq\u0000~\u0000\tsr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.su"
220:                                    + "n.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fL"
221:                                    + "com/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.Elemen"
222:                                    + "tExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq"
223:                                    + "\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0010p\u0000sr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
224:                                    + "\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0012xq\u0000~\u0000\u0003ppsr\u00002com.sun.msv.gram"
225:                                    + "mar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u000f\u0001q\u0000"
226:                                    + "~\u0000\u0018sr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
227:                                    + "n.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000&com.sun.msv.grammar."
228:                                    + "NamespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIt\u0000\u0012Ljava/lang/St"
229:                                    + "ring;xq\u0000~\u0000\u001bt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssr\u0000"
230:                                    + "0com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
231:                                    + "xq\u0000~\u0000\u0003q\u0000~\u0000\u0019q\u0000~\u0000\"sq\u0000~\u0000\u000bppsq\u0000~\u0000\u0015q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar."
232:                                    + "DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006"
233:                                    + "exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr"
234:                                    + "\u0000#com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun."
235:                                    + "msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv"
236:                                    + ".datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatyp"
237:                                    + "e.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001eL\u0000\btypeNa"
238:                                    + "meq\u0000~\u0000\u001eL\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceP"
239:                                    + "rocessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0006anyURIsr\u00005c"
240:                                    + "om.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
241:                                    + "\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
242:                                    + "\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000"
243:                                    + "\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000"
244:                                    + "\u0002L\u0000\tlocalNameq\u0000~\u0000\u001eL\u0000\fnamespaceURIq\u0000~\u0000\u001expq\u0000~\u00000q\u0000~\u0000/sr\u0000#com.su"
245:                                    + "n.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001eL\u0000\f"
246:                                    + "namespaceURIq\u0000~\u0000\u001exq\u0000~\u0000\u001bt\u0000\bEncodingt\u0000\u0000q\u0000~\u0000\"sq\u0000~\u0000\u000bppsq\u0000~\u0000\u0015q\u0000~\u0000"
247:                                    + "\u0010psq\u0000~\u0000%ppsr\u0000\u001fcom.sun.msv.datatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#"
248:                                    + "com.sun.msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.ms"
249:                                    + "v.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype."
250:                                    + "xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000*q\u0000~\u0000/t\u0000\u0002IDq\u0000~"
251:                                    + "\u00003\u0000q\u0000~\u00005sq\u0000~\u00006q\u0000~\u0000Dq\u0000~\u0000/sq\u0000~\u00008t\u0000\u0002Idq\u0000~\u0000;q\u0000~\u0000\"sq\u0000~\u0000\u000bppsq\u0000~\u0000\u0015q"
252:                                    + "\u0000~\u0000\u0010psq\u0000~\u0000%q\u0000~\u0000\u0010psq\u0000~\u0000Bq\u0000~\u0000/t\u0000\u0006stringsr\u00005com.sun.msv.datatyp"
253:                                    + "e.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00002\u0001q\u0000~\u00005sq\u0000"
254:                                    + "~\u00006q\u0000~\u0000Lq\u0000~\u0000/sq\u0000~\u00008t\u0000\bMimeTypeq\u0000~\u0000;q\u0000~\u0000\"sr\u0000\"com.sun.msv.gram"
255:                                    + "mar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/gram"
256:                                    + "mar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.Expr"
257:                                    + "essionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006p"
258:                                    + "arentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\t\u0001pq\u0000~\u0000Hq\u0000~"
259:                                    + "\u0000\u000eq\u0000~\u0000\u0006q\u0000~\u0000\fq\u0000~\u0000#q\u0000~\u0000<q\u0000~\u0000\nq\u0000~\u0000\u0007q\u0000~\u0000\u0005x"));
260:                }
261:                return new com.sun.msv.verifier.regexp.REDocumentDeclaration(
262:                        schemaFragment);
263:            }
264:
265:            public class Unmarshaller
266:                    extends
267:                    com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.AbstractUnmarshallingEventHandlerImpl {
268:
269:                public Unmarshaller(
270:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingContext context) {
271:                    super (context, "----------");
272:                }
273:
274:                protected Unmarshaller(
275:                        com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallingContext context,
276:                        int startState) {
277:                    this (context);
278:                    state = startState;
279:                }
280:
281:                public java.lang.Object owner() {
282:                    return com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ObjectTypeImpl.this ;
283:                }
284:
285:                public void enterElement(java.lang.String ___uri,
286:                        java.lang.String ___local, java.lang.String ___qname,
287:                        org.xml.sax.Attributes __atts)
288:                        throws org.xml.sax.SAXException {
289:                    int attIdx;
290:                    outer: while (true) {
291:                        switch (state) {
292:                        case 9:
293:                            if (true) {
294:                                java.lang.Object co = spawnWildcard(9, ___uri,
295:                                        ___local, ___qname, __atts);
296:                                if (co != null) {
297:                                    _getContent().add(co);
298:                                }
299:                                return;
300:                            }
301:                            revertToParentFromEnterElement(___uri, ___local,
302:                                    ___qname, __atts);
303:                            return;
304:                        case 3:
305:                            attIdx = context.getAttribute("", "Id");
306:                            if (attIdx >= 0) {
307:                                final java.lang.String v = context
308:                                        .eatAttribute(attIdx);
309:                                state = 6;
310:                                eatText1(v);
311:                                continue outer;
312:                            }
313:                            state = 6;
314:                            continue outer;
315:                        case 6:
316:                            attIdx = context.getAttribute("", "MimeType");
317:                            if (attIdx >= 0) {
318:                                final java.lang.String v = context
319:                                        .eatAttribute(attIdx);
320:                                state = 9;
321:                                eatText2(v);
322:                                continue outer;
323:                            }
324:                            state = 9;
325:                            continue outer;
326:                        case 0:
327:                            attIdx = context.getAttribute("", "Encoding");
328:                            if (attIdx >= 0) {
329:                                final java.lang.String v = context
330:                                        .eatAttribute(attIdx);
331:                                state = 3;
332:                                eatText3(v);
333:                                continue outer;
334:                            }
335:                            state = 3;
336:                            continue outer;
337:                        }
338:                        super .enterElement(___uri, ___local, ___qname, __atts);
339:                        break;
340:                    }
341:                }
342:
343:                private void eatText1(final java.lang.String value)
344:                        throws org.xml.sax.SAXException {
345:                    try {
346:                        _Id = context
347:                                .addToIdTable(com.sun.xml.bind.WhiteSpaceProcessor
348:                                        .collapse(value));
349:                    } catch (java.lang.Exception e) {
350:                        handleParseConversionException(e);
351:                    }
352:                }
353:
354:                private void eatText2(final java.lang.String value)
355:                        throws org.xml.sax.SAXException {
356:                    try {
357:                        _MimeType = value;
358:                    } catch (java.lang.Exception e) {
359:                        handleParseConversionException(e);
360:                    }
361:                }
362:
363:                private void eatText3(final java.lang.String value)
364:                        throws org.xml.sax.SAXException {
365:                    try {
366:                        _Encoding = com.sun.xml.bind.WhiteSpaceProcessor
367:                                .collapse(value);
368:                    } catch (java.lang.Exception e) {
369:                        handleParseConversionException(e);
370:                    }
371:                }
372:
373:                public void leaveElement(java.lang.String ___uri,
374:                        java.lang.String ___local, java.lang.String ___qname)
375:                        throws org.xml.sax.SAXException {
376:                    int attIdx;
377:                    outer: while (true) {
378:                        switch (state) {
379:                        case 9:
380:                            revertToParentFromLeaveElement(___uri, ___local,
381:                                    ___qname);
382:                            return;
383:                        case 3:
384:                            attIdx = context.getAttribute("", "Id");
385:                            if (attIdx >= 0) {
386:                                final java.lang.String v = context
387:                                        .eatAttribute(attIdx);
388:                                state = 6;
389:                                eatText1(v);
390:                                continue outer;
391:                            }
392:                            state = 6;
393:                            continue outer;
394:                        case 6:
395:                            attIdx = context.getAttribute("", "MimeType");
396:                            if (attIdx >= 0) {
397:                                final java.lang.String v = context
398:                                        .eatAttribute(attIdx);
399:                                state = 9;
400:                                eatText2(v);
401:                                continue outer;
402:                            }
403:                            state = 9;
404:                            continue outer;
405:                        case 0:
406:                            attIdx = context.getAttribute("", "Encoding");
407:                            if (attIdx >= 0) {
408:                                final java.lang.String v = context
409:                                        .eatAttribute(attIdx);
410:                                state = 3;
411:                                eatText3(v);
412:                                continue outer;
413:                            }
414:                            state = 3;
415:                            continue outer;
416:                        }
417:                        super .leaveElement(___uri, ___local, ___qname);
418:                        break;
419:                    }
420:                }
421:
422:                public void enterAttribute(java.lang.String ___uri,
423:                        java.lang.String ___local, java.lang.String ___qname)
424:                        throws org.xml.sax.SAXException {
425:                    int attIdx;
426:                    outer: while (true) {
427:                        switch (state) {
428:                        case 9:
429:                            revertToParentFromEnterAttribute(___uri, ___local,
430:                                    ___qname);
431:                            return;
432:                        case 3:
433:                            if (("Id" == ___local) && ("" == ___uri)) {
434:                                state = 4;
435:                                return;
436:                            }
437:                            state = 6;
438:                            continue outer;
439:                        case 6:
440:                            if (("MimeType" == ___local) && ("" == ___uri)) {
441:                                state = 7;
442:                                return;
443:                            }
444:                            state = 9;
445:                            continue outer;
446:                        case 0:
447:                            if (("Encoding" == ___local) && ("" == ___uri)) {
448:                                state = 1;
449:                                return;
450:                            }
451:                            state = 3;
452:                            continue outer;
453:                        }
454:                        super .enterAttribute(___uri, ___local, ___qname);
455:                        break;
456:                    }
457:                }
458:
459:                public void leaveAttribute(java.lang.String ___uri,
460:                        java.lang.String ___local, java.lang.String ___qname)
461:                        throws org.xml.sax.SAXException {
462:                    int attIdx;
463:                    outer: while (true) {
464:                        switch (state) {
465:                        case 9:
466:                            revertToParentFromLeaveAttribute(___uri, ___local,
467:                                    ___qname);
468:                            return;
469:                        case 3:
470:                            attIdx = context.getAttribute("", "Id");
471:                            if (attIdx >= 0) {
472:                                final java.lang.String v = context
473:                                        .eatAttribute(attIdx);
474:                                state = 6;
475:                                eatText1(v);
476:                                continue outer;
477:                            }
478:                            state = 6;
479:                            continue outer;
480:                        case 8:
481:                            if (("MimeType" == ___local) && ("" == ___uri)) {
482:                                state = 9;
483:                                return;
484:                            }
485:                            break;
486:                        case 5:
487:                            if (("Id" == ___local) && ("" == ___uri)) {
488:                                state = 6;
489:                                return;
490:                            }
491:                            break;
492:                        case 6:
493:                            attIdx = context.getAttribute("", "MimeType");
494:                            if (attIdx >= 0) {
495:                                final java.lang.String v = context
496:                                        .eatAttribute(attIdx);
497:                                state = 9;
498:                                eatText2(v);
499:                                continue outer;
500:                            }
501:                            state = 9;
502:                            continue outer;
503:                        case 0:
504:                            attIdx = context.getAttribute("", "Encoding");
505:                            if (attIdx >= 0) {
506:                                final java.lang.String v = context
507:                                        .eatAttribute(attIdx);
508:                                state = 3;
509:                                eatText3(v);
510:                                continue outer;
511:                            }
512:                            state = 3;
513:                            continue outer;
514:                        case 2:
515:                            if (("Encoding" == ___local) && ("" == ___uri)) {
516:                                state = 3;
517:                                return;
518:                            }
519:                            break;
520:                        }
521:                        super .leaveAttribute(___uri, ___local, ___qname);
522:                        break;
523:                    }
524:                }
525:
526:                public void handleText(final java.lang.String value)
527:                        throws org.xml.sax.SAXException {
528:                    int attIdx;
529:                    outer: while (true) {
530:                        try {
531:                            switch (state) {
532:                            case 9:
533:                                state = 9;
534:                                eatText4(value);
535:                                return;
536:                            case 7:
537:                                state = 8;
538:                                eatText2(value);
539:                                return;
540:                            case 4:
541:                                state = 5;
542:                                eatText1(value);
543:                                return;
544:                            case 3:
545:                                attIdx = context.getAttribute("", "Id");
546:                                if (attIdx >= 0) {
547:                                    final java.lang.String v = context
548:                                            .eatAttribute(attIdx);
549:                                    state = 6;
550:                                    eatText1(v);
551:                                    continue outer;
552:                                }
553:                                state = 6;
554:                                continue outer;
555:                            case 1:
556:                                state = 2;
557:                                eatText3(value);
558:                                return;
559:                            case 6:
560:                                attIdx = context.getAttribute("", "MimeType");
561:                                if (attIdx >= 0) {
562:                                    final java.lang.String v = context
563:                                            .eatAttribute(attIdx);
564:                                    state = 9;
565:                                    eatText2(v);
566:                                    continue outer;
567:                                }
568:                                state = 9;
569:                                continue outer;
570:                            case 0:
571:                                attIdx = context.getAttribute("", "Encoding");
572:                                if (attIdx >= 0) {
573:                                    final java.lang.String v = context
574:                                            .eatAttribute(attIdx);
575:                                    state = 3;
576:                                    eatText3(v);
577:                                    continue outer;
578:                                }
579:                                state = 3;
580:                                continue outer;
581:                            }
582:                        } catch (java.lang.RuntimeException e) {
583:                            handleUnexpectedTextException(value, e);
584:                        }
585:                        break;
586:                    }
587:                }
588:
589:                private void eatText4(final java.lang.String value)
590:                        throws org.xml.sax.SAXException {
591:                    try {
592:                        _getContent().add(value);
593:                    } catch (java.lang.Exception e) {
594:                        handleParseConversionException(e);
595:                    }
596:                }
597:
598:            }
599:
600:        }
ww___w_.___j__a_v___a__2___s_.__co_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.