File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 145 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 107 |
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Dependencies), "Dependencies");
context.endElement();
}
}
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
} else {
context.startElement("http://jdtaus.org/core/model/container", "properties");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endElement();
}
}
if (_Messages!= null) {
if (_Messages instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Messages), "Messages");
} else {
context.startElement("http://jdtaus.org/core/model/container", "messages");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Messages), "Messages");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Messages), "Messages");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Messages), "Messages");
context.endElement();
}
}
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{ |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 206 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 206 |
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.TextsImpl)org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
break;
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "defaultLanguage");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "defaultLanguage");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
case 3 :
revertToParentFromText(value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 236 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 250 |
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.MessageImpl)org.jdtaus.mojo.resource.model.impl.MessageElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromText(value);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 206 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 138 |
context.text(((java.lang.String) _Parent), "Parent");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
}
context.startAttribute("http://jdtaus.org/core/model/container", "vendor");
try {
context.text(((java.lang.String) _Vendor), "Vendor");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
context.startAttribute("http://jdtaus.org/core/model/container", "version");
try {
context.text(((java.lang.String) _Version), "Version");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
super.serializeAttributes(context);
if (_Specifications!= null) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 116 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 78 |
return new org.jdtaus.mojo.resource.model.impl.ImplementationImpl.Unmarshaller(context);
}
public void serializeBody(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
super.serializeBody(context);
if (_Specifications!= null) {
if (_Specifications instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Specifications), "Specifications");
} else {
context.startElement("http://jdtaus.org/core/model/container", "specifications");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Specifications), "Specifications");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Specifications), "Specifications");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Specifications), "Specifications");
context.endElement();
}
}
if (_Dependencies!= null) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 76 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 76 |
if ((((_Reference == null)? 0 :_Reference.size())>= 1)&&(((_Message == null)? 0 :_Message.size()) == 0)) {
while (idx2 != len2) {
context.startElement("http://jdtaus.org/core/model/container", "reference");
int idx_2 = idx2;
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Reference.get(idx_2 ++)), "Reference");
context.endNamespaceDecls();
int idx_3 = idx2;
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Reference.get(idx_3 ++)), "Reference");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Reference.get(idx2 ++)), "Reference");
context.endElement();
}
}
}
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_Message == null)? 0 :_Message.size()); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 62 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 95 |
super.serializeBody(context);
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
} else {
context.startElement("http://jdtaus.org/core/model/container", "properties");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endElement();
}
}
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{ |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 313 |
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 180 |
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
private void eatText1(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_Name = 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 8 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 214 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 144 |
context.text(((java.lang.String) _Vendor), "Vendor");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
context.startAttribute("http://jdtaus.org/core/model/container", "version");
try {
context.text(((java.lang.String) _Version), "Version");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
super.serializeAttributes(context);
if (_Specifications!= null) {
if (_Specifications instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Specifications), "Specifications");
}
}
if (_Dependencies!= null) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\ModelManager.java | 149 |
org\jdtaus\mojo\resource\model\ModelManager.java | 181 |
bundleHash = 37 * bundleHash + message.getName().hashCode();
for ( Iterator t = message.getTemplate().getText().iterator();
t.hasNext(); )
{
final Text text = (Text) t.next();
bundleHash = 37 * bundleHash + text.getLanguage().hashCode();
bundleHash = 37 * bundleHash + text.getValue().hashCode();
}
if ( message.getArguments() != null )
{
for ( Iterator a = message.getArguments().getArgument().
iterator(); a.hasNext(); )
{
final Argument argument = (Argument) a.next();
bundleHash = 37 * bundleHash + argument.getName().
hashCode();
bundleHash = 37 * bundleHash + argument.getType().
toString().hashCode();
}
}
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationReferenceImpl.java | 67 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 101 |
return (org.jdtaus.mojo.resource.model.ImplementationReference.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\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv."
+"grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\tsr\u0000\u0011java.lang.Bool"
+"ean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.Eleme"
+"ntPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/Name"
+"Class;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignore"
+"UndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\rp\u0000sq\u0000~\u0000\tp"
+"psr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003q\u0000~\u0000\rpsr\u0000 co"
+"m.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameC"
+"lassq\u0000~\u0000\u000fxq\u0000~\u0000\u0003q\u0000~\u0000\rpsr\u00002com.sun.msv.grammar.Expression$AnyS"
+"tringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv."
+"grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameC"
+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonE"
+"xpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar."
+"SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L"
+"\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model.D"
+"ocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-ele"
+"mentssq\u0000~\u0000\u000eq\u0000~\u0000\rp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0013q\u0000~\u0000\rpsq\u0000~\u0000"
+"\u0016q\u0000~\u0000\rpq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mode"
+"l.Textsq\u0000~\u0000$sq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpsr\u0000\u001bcom.sun.msv.grammar.Data"
+"Exp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exce"
+"ptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"co"
+"m.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.d"
+"atatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.data"
+"type.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd"
+".XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000~"
+"\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProces"
+"sor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun"
+".msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000"
+",com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr"
+"\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalN"
+"ameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)http"
+"://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocumenta"
+"tiont\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq"
+"\u0000~\u0000\u0016q\u0000~\u0000\rpsq\u0000~\u0000/ppsr\u0000\'com.sun.msv.datatype.xsd.MaxLengthFace"
+"t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tmaxLengthxr\u00009com.sun.msv.datatype.xsd.DataTyp"
+"eWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype"
+".xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValue"
+"CheckFlagL\u0000\bbaseTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeI"
+"mpl;L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType"
+";L\u0000\tfacetNameq\u0000~\u0000!xq\u0000~\u00006q\u0000~\u0000Gt\u0000\u0007Versionsr\u00005com.sun.msv.datat"
+"ype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000<\u0000\u0000sr\u0000#c"
+"om.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysVali"
+"dxq\u0000~\u00004q\u0000~\u00009t\u0000\u0006stringq\u0000~\u0000S\u0001q\u0000~\u0000Ut\u0000\tmaxLength\u0000\u0000\u0000dq\u0000~\u0000?sq\u0000~\u0000@q"
+"\u0000~\u0000Qq\u0000~\u0000Gsq\u0000~\u0000 t\u0000\fmodelVersionq\u0000~\u0000Gq\u0000~\u0000\u001fsq\u0000~\u0000\u0016ppsq\u0000~\u0000/ppsr\u0000%"
+"com.sun.msv.datatype.xsd.PatternFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001[\u0000\bpatternst"
+"\u0000\u0013[Ljava/lang/String;xr\u0000;com.sun.msv.datatype.xsd.DataTypeWi"
+"thLexicalConstraintFacetT\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0000Mq\u0000~\u0000Gt\u0000\nIdentifierq"
+"\u0000~\u0000=\u0000\u0000sr\u0000(com.sun.msv.datatype.xsd.WhiteSpaceFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u0000Mq\u0000~\u0000Gq\u0000~\u0000aq\u0000~\u0000=\u0000\u0000q\u0000~\u0000Uq\u0000~\u0000Ut\u0000\nwhiteSpaceq\u0000~\u0000Ut\u0000\u0007patte"
+"rnur\u0000\u0013[Ljava.lang.String;\u00ad\u00d2V\u00e7\u00e9\u001d{G\u0002\u0000\u0000xp\u0000\u0000\u0000\u0001t\u0000\u0007\\p{L}.*q\u0000~\u0000?sq\u0000"
+"~\u0000@q\u0000~\u0000aq\u0000~\u0000Gsq\u0000~\u0000 t\u0000\nidentifierq\u0000~\u0000Gsq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpq\u0000~" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 252 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 244 |
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
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 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveAttribute((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 241 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 241 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 241 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 241 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 249 |
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveAttribute((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 210 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 224 |
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
if (("name" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.MessageImpl)org.jdtaus.mojo.resource.model.impl.MessageElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 230 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 313 |
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.PropertyImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname, __atts);
return ;
case 3 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "type");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText1(v);
continue outer;
}
break;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText2(v);
continue outer;
}
break;
case 6 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "value");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 9;
eatText3(v);
continue outer;
}
state = 9;
continue outer;
}
super.enterElement(___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 350 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 527 |
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 15 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "version");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 18;
eatText3(v);
continue outer;
}
break;
case 9 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "stateless");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 12;
eatText4(v);
continue outer;
}
state = 12;
continue outer;
case 3 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "multiplicity");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText5(v);
continue outer;
}
break;
case 19 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.ArgumentElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
+"q\u0000~\u0000\bppsq\u0000~\u0000\u000esr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000"
+"~\u0000\u0000q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u000eppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003x"
+"q\u0000~\u0000\u0004q\u0000~\u0000\u0012psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000"
+"\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0012psr\u00002com.sun.msv.gramma"
+"r.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0011\u0001q\u0000~\u0000"
+"\u001bsr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun."
+"msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Ex"
+"pression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001cq\u0000~\u0000!sr\u0000#com"
+".sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Lj"
+"ava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000#xq\u0000~\u0000\u001et\u00003org.jdtaus.mojo"
+".resource.model.DocumentationElementt\u0000+http://java.sun.com/j"
+"axb/xjc/dummy-elementssq\u0000~\u0000\u0000q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u000epp"
+"sq\u0000~\u0000\u0015q\u0000~\u0000\u0012psq\u0000~\u0000\u0018q\u0000~\u0000\u0012pq\u0000~\u0000\u001bq\u0000~\u0000\u001fq\u0000~\u0000!sq\u0000~\u0000\"t\u0000$org.jdtaus.m"
+"ojo.resource.model.Textsq\u0000~\u0000&sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psr\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\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPa"
+"ir;xq\u0000~\u0000\u0004ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
+"xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000"
+"%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun"
+".msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000"
+"~\u0000#L\u0000\btypeNameq\u0000~\u0000#L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd"
+"/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000"
+"\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Colla"
+"pse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcess"
+"or\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExp"
+"ression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001e"
+"jB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000#L\u0000\fnamespaceURIq\u0000~\u0000#xpq\u0000~\u0000<q\u0000~\u0000;sq\u0000"
+"~\u0000\"t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000!s"
+"q\u0000~\u0000\"t\u0000\rdocumentationt\u0000&http://jdtaus.org/core/model/contain"
+"erq\u0000~\u0000!sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u00001ppsr\u0000\'com.sun.msv.datatype."
+"xsd.MaxLengthFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tmaxLengthxr\u00009com.sun.msv.dat"
+"atype.xsd.DataTypeWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com"
+".sun.msv.datatype.xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacet"
+"FixedZ\u0000\u0012needValueCheckFlagL\u0000\bbaseTypet\u0000)Lcom/sun/msv/datatyp"
+"e/xsd/XSDatatypeImpl;L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype"
+"/xsd/ConcreteType;L\u0000\tfacetNameq\u0000~\u0000#xq\u0000~\u00008q\u0000~\u0000It\u0000\u0007Versionsr\u00005"
+"com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0000xq\u0000~\u0000>\u0000\u0000sr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u00006q\u0000~\u0000;t\u0000\u0006stringq\u0000~\u0000U\u0001q\u0000~\u0000Wt\u0000\tmaxLengt"
+"h\u0000\u0000\u0000dq\u0000~\u0000Asq\u0000~\u0000Bq\u0000~\u0000Sq\u0000~\u0000Isq\u0000~\u0000\"t\u0000\fmodelVersionq\u0000~\u0000Iq\u0000~\u0000!sq\u0000"
+"~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u00001ppsr\u0000$com.sun.msv.datatype.xsd.Intege" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 33 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 51 |
return new org.jdtaus.mojo.resource.model.impl.MessageReferenceImpl.Unmarshaller(context);
}
public void serializeBody(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
super.serializeBody(context);
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
context.startAttribute("http://jdtaus.org/core/model/container", "name");
try {
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute(); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentImpl.java | 101 |
org\jdtaus\mojo\resource\model\impl\ImplementationReferenceImpl.java | 67 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 101 |
return (org.jdtaus.mojo.resource.model.Argument.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\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv."
+"grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\tsr\u0000\u0011java.lang.Bool"
+"ean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.Eleme"
+"ntPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/Name"
+"Class;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignore"
+"UndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\rp\u0000sq\u0000~\u0000\tp"
+"psr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003q\u0000~\u0000\rpsr\u0000 co"
+"m.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameC"
+"lassq\u0000~\u0000\u000fxq\u0000~\u0000\u0003q\u0000~\u0000\rpsr\u00002com.sun.msv.grammar.Expression$AnyS"
+"tringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv."
+"grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameC"
+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonE"
+"xpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar."
+"SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L"
+"\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model.D"
+"ocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-ele"
+"mentssq\u0000~\u0000\u000eq\u0000~\u0000\rp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0013q\u0000~\u0000\rpsq\u0000~\u0000"
+"\u0016q\u0000~\u0000\rpq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mode"
+"l.Textsq\u0000~\u0000$sq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpsr\u0000\u001bcom.sun.msv.grammar.Data"
+"Exp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exce"
+"ptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"co"
+"m.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.d"
+"atatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.data"
+"type.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd"
+".XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000~"
+"\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProces"
+"sor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun"
+".msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000"
+",com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr"
+"\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalN"
+"ameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)http"
+"://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocumenta"
+"tiont\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq"
+"\u0000~\u0000\u0016q\u0000~\u0000\rpsq\u0000~\u0000/ppsr\u0000\'com.sun.msv.datatype.xsd.MaxLengthFace"
+"t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tmaxLengthxr\u00009com.sun.msv.datatype.xsd.DataTyp"
+"eWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype"
+".xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValue"
+"CheckFlagL\u0000\bbaseTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeI"
+"mpl;L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType"
+";L\u0000\tfacetNameq\u0000~\u0000!xq\u0000~\u00006q\u0000~\u0000Gt\u0000\u0007Versionsr\u00005com.sun.msv.datat"
+"ype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000<\u0000\u0000sr\u0000#c"
+"om.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysVali"
+"dxq\u0000~\u00004q\u0000~\u00009t\u0000\u0006stringq\u0000~\u0000S\u0001q\u0000~\u0000Ut\u0000\tmaxLength\u0000\u0000\u0000dq\u0000~\u0000?sq\u0000~\u0000@q"
+"\u0000~\u0000Qq\u0000~\u0000Gsq\u0000~\u0000 t\u0000\fmodelVersionq\u0000~\u0000Gq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rp" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 266 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 266 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 266 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 266 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 274 |
spawnHandlerFromLeaveAttribute((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final java.lang.String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, value); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 188 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 196 |
case 3 :
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveElement((((org.jdtaus.mojo.resource.model.impl.ImplementationsImpl)org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 146 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 146 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 146 |
return org.jdtaus.mojo.resource.model.impl.DependenciesElementImpl.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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (("documentation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.DependenciesImpl)org.jdtaus.mojo.resource.model.impl.DependenciesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 96 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 58 |
_Identifier = value;
}
public org.jdtaus.mojo.resource.model.Specifications getSpecifications() {
return _Specifications;
}
public void setSpecifications(org.jdtaus.mojo.resource.model.Specifications value) {
_Specifications = value;
}
public org.jdtaus.mojo.resource.model.Properties getProperties() {
return _Properties;
}
public void setProperties(org.jdtaus.mojo.resource.model.Properties value) {
_Properties = value;
}
public org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
return new org.jdtaus.mojo.resource.model.impl.ImplementationImpl.Unmarshaller(context); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 260 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 190 |
case 2 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (("documentation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.MessagesImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 277 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 269 |
spawnHandlerFromLeaveAttribute((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
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 3 :
revertToParentFromText(value);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, value); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 63 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 149 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 111 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 96 |
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
} else {
context.startElement("http://jdtaus.org/core/model/container", "properties");
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endNamespaceDecls();
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
context.endElement();
}
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\TextElementImpl.java | 13 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 13 |
implements org.jdtaus.mojo.resource.model.ArgumentElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallableObject, org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializable, org.jdtaus.mojo.resource.model.impl.runtime.ValidatableObject
{
public final static java.lang.Class version = (org.jdtaus.mojo.resource.model.impl.JAXBVersion.class);
private static com.sun.msv.grammar.Grammar schemaFragment;
private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
return (org.jdtaus.mojo.resource.model.ArgumentElement.class); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 214 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 214 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 222 |
if (("implementations" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
}
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 1 :
if (("modelVersion" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.ImplementationsImpl)org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 718 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 976 |
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 6 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 9;
eatText1(v);
continue outer;
}
break;
case 22 :
state = 23;
continue outer;
case 18 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 218 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 218 |
spawnHandlerFromLeaveElement((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
}
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 1 :
if (("modelVersion" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 229 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 221 |
spawnHandlerFromLeaveElement((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
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 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
if (("modelVersion" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 243 |
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 293 |
case 1 :
if (("message" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getMessage().add(((org.jdtaus.mojo.resource.model.impl.MessageElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.MessageElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("message" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 5;
return ;
}
if (("reference" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\SpecificationReferenceImpl.java | 183 |
org\jdtaus\mojo\resource\model\impl\SpecificationReferenceImpl.java | 255 |
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "identifier");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
break;
case 3 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "version");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText2(v);
continue outer;
}
state = 6;
continue outer;
case 6 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 244 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 269 |
case 1 :
if (("specification" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getSpecification().add(((org.jdtaus.mojo.resource.model.impl.SpecificationElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.SpecificationElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("specification" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
}
if (("reference" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 5;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.DocumentationElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsr\u0000 com.s"
+"un.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.gramma"
+"r.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsr\u0000\u001dcom.sun.msv.gram"
+"mar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u000bsr\u0000\u0011j"
+"ava.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com.sun.msv.gramm"
+"ar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004"
+"q\u0000~\u0000\u0014psr\u00002com.sun.msv.grammar.Expression$AnyStringExpression"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0013\u0001q\u0000~\u0000\u0018sr\u0000 com.sun.msv.grammar.AnyName"
+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
+"xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0019q\u0000~\u0000\u001esr\u0000#com.sun.msv.grammar.SimpleNameClass"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq"
+"\u0000~\u0000 xq\u0000~\u0000\u001bt\u0000*org.jdtaus.mojo.resource.model.TextElementt\u0000+ht"
+"tp://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0007ppsq"
+"\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u000bq\u0000~\u0000\u0014psq\u0000~\u0000\u0015q\u0000~\u0000\u0014pq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001f"
+"t\u0000#org.jdtaus.mojo.resource.model.Textq\u0000~\u0000#sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0015q\u0000~"
+"\u0000\u0014psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/re"
+"laxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv"
+"/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"com.sun.msv.datatype.xsd.QnameT"
+"ype\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
+"\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\f"
+"namespaceUriq\u0000~\u0000 L\u0000\btypeNameq\u0000~\u0000 L\u0000\nwhiteSpacet\u0000.Lcom/sun/ms"
+"v/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/20"
+"01/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceP"
+"rocessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.Whi"
+"teSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Express"
+"ion$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util"
+".StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000 L\u0000\fnamespaceURIq\u0000~\u0000 x"
+"pq\u0000~\u00009q\u0000~\u00008sq\u0000~\u0000\u001ft\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-"
+"instanceq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\u0004textt\u0000&http://jdtaus.org/core/model/co"
+"ntainersq\u0000~\u0000\u0015ppsq\u0000~\u0000.ppsr\u0000%com.sun.msv.datatype.xsd.Language"
+"Type\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risA"
+"lwaysValidxq\u0000~\u00003q\u0000~\u00008t\u0000\blanguageq\u0000~\u0000<\u0000q\u0000~\u0000>sq\u0000~\u0000?q\u0000~\u0000Mq\u0000~\u00008s"
+"q\u0000~\u0000\u001ft\u0000\u000fdefaultLanguageq\u0000~\u0000Fsq\u0000~\u0000\u000eppsq\u0000~\u0000\u0015q\u0000~\u0000\u0014pq\u0000~\u00001q\u0000~\u0000Aq\u0000"
+"~\u0000\u001esq\u0000~\u0000\u001ft\u0000\rdocumentationq\u0000~\u0000Fsr\u0000\"com.sun.msv.grammar.Expres" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 160 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 160 |
+"x"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends org.jdtaus.mojo.resource.model.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
super(context, "-----");
}
protected Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return org.jdtaus.mojo.resource.model.impl.ArgumentsImpl.this; |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.ArgumentsElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"r\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\fsr\u0000"
+"\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\f"
+"ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000 c"
+"om.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tname"
+"Classq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u00002com.sun.msv.grammar.Expression$Any"
+"StringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv"
+".grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.Name"
+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Epsilon"
+"Expression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar"
+".SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;"
+"L\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model."
+"DocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-el"
+"ementssq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~"
+"\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mod"
+"el.Textsq\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.Dat"
+"aExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exc"
+"eptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"c"
+"om.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv."
+"datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.dat"
+"atype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xs"
+"d.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000"
+"~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProce"
+"ssor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.su"
+"n.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
+"\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xps"
+"r\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocal"
+"Nameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)htt"
+"p://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocument"
+"ationt\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\fpps"
+"q\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~"
+"\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000.org.jdtaus.mojo.resource.mod"
+"el.ArgumentElementq\u0000~\u0000$sq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fp" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 536 |
org\jdtaus\mojo\resource\model\impl\SpecificationReferenceImpl.java | 231 |
_Name = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
} catch (java.lang.Exception e) {
handleParseConversionException(e);
}
}
private void eatText2(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_Version = 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 0 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentImpl.java | 182 |
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 202 |
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 206 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 182 |
+"\u0000\nq\u0000~\u0000\u0006q\u0000~\u0000&q\u0000~\u0000[x"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends org.jdtaus.mojo.resource.model.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
super(context, "-----------");
}
protected Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return org.jdtaus.mojo.resource.model.impl.ArgumentImpl.this; |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 191 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 191 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 199 |
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveElement((((org.jdtaus.mojo.resource.model.impl.ImplementationsImpl)org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 160 |
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 160 |
org\jdtaus\mojo\resource\model\impl\ImplementationReferenceImpl.java | 136 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 160 |
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 130 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 159 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 160 |
org\jdtaus\mojo\resource\model\impl\TextImpl.java | 109 |
+"x"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends org.jdtaus.mojo.resource.model.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
super(context, "-----");
}
protected Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return org.jdtaus.mojo.resource.model.impl.ArgumentsImpl.this; |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 140 |
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 126 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 126 |
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 139 |
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 112 |
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 162 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 126 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 139 |
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 130 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 153 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 126 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 126 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 141 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 150 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 130 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 112 |
org\jdtaus\mojo\resource\model\impl\TextElementImpl.java | 104 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 112 |
+"\u0017q\u0000~\u0000+q\u0000~\u0000\fq\u0000~\u0000Jq\u0000~\u0000\u000fq\u0000~\u0000\u000bq\u0000~\u0000(q\u0000~\u0000\tq\u0000~\u0000]x"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends org.jdtaus.mojo.resource.model.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
super(context, "----");
}
protected Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl.this; |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 213 |
org\jdtaus\mojo\resource\model\impl\ModelObjectImpl.java | 154 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 214 |
org\jdtaus\mojo\resource\model\impl\TextsImpl.java | 158 |
+"q\u0000~\u0000Tq\u0000~\u0000aq\u0000~\u0000iq\u0000~\u0000\bq\u0000~\u0000Fq\u0000~\u0000$q\u0000~\u0000Qq\u0000~\u0000^q\u0000~\u0000Gq\u0000~\u0000\\q\u0000~\u0000Hx"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends org.jdtaus.mojo.resource.model.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
super(context, "-------");
}
protected Unmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return org.jdtaus.mojo.resource.model.impl.MessagesImpl.this; |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.DependencyElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001dcom.sun.msv.gramm"
+"ar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\u0011sr\u0000\u0011java.lang.Boolean\u00cd "
+"r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0015p\u0000sq\u0000~\u0000\u0011ppsr\u0000 com.sun.msv.gr"
+"ammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryEx"
+"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004q\u0000~\u0000\u0015psr\u0000 com.sun.msv.grammar.A"
+"ttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000"
+"\u0015psr\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0014\u0001q\u0000~\u0000\u001esr\u0000 com.sun.msv.grammar.AnyNameClas"
+"s\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr"
+"\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001fq\u0000~\u0000$sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000&"
+"xq\u0000~\u0000!t\u00003org.jdtaus.mojo.resource.model.DocumentationElement"
+"t\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0000q\u0000~\u0000\u0015p\u0000s"
+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0011ppsq\u0000~\u0000\u0018q\u0000~\u0000\u0015psq\u0000~\u0000\u001bq\u0000~\u0000\u0015pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000"
+"~\u0000$sq\u0000~\u0000%t\u0000$org.jdtaus.mojo.resource.model.Textsq\u0000~\u0000)sq\u0000~\u0000\u0011p"
+"psq\u0000~\u0000\u001bq\u0000~\u0000\u0015psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dt"
+"t\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLc"
+"om/sun/msv/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"com.sun.msv.datatype."
+"xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Builtin"
+"AtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteTy"
+"pe\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000&L\u0000\btypeNameq\u0000~\u0000&L\u0000\nwhiteSpacet\u0000.L"
+"com/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www"
+".w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.W"
+"hiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.dataty"
+"pe.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gramm"
+"ar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.su"
+"n.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000&L\u0000\fnamespac"
+"eURIq\u0000~\u0000&xpq\u0000~\u0000?q\u0000~\u0000>sq\u0000~\u0000%t\u0000\u0004typet\u0000)http://www.w3.org/2001/"
+"XMLSchema-instanceq\u0000~\u0000$sq\u0000~\u0000%t\u0000\rdocumentationt\u0000&http://jdtau"
+"s.org/core/model/containerq\u0000~\u0000$sq\u0000~\u0000\u0011ppsq\u0000~\u0000\u0011q\u0000~\u0000\u0015psq\u0000~\u0000\u0000q\u0000~"
+"\u0000\u0015p\u0000sq\u0000~\u0000\u0011ppsq\u0000~\u0000\u0018q\u0000~\u0000\u0015psq\u0000~\u0000\u001bq\u0000~\u0000\u0015pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u00000" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 123 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 208 |
return (org.jdtaus.mojo.resource.model.Dependency.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\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp"
+"sq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001pp"
+"sq\u0000~\u0000\fsr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.su"
+"n.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fL"
+"com/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.Elemen"
+"tExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq"
+"\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsr\u0000 com.sun.msv.grammar.OneOrMoreEx"
+"p\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\u0003ex"
+"pq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0012xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u00002com.sun.msv"
+".grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~"
+"\u0000\u000f\u0001q\u0000~\u0000\u001csr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dc"
+"om.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gra"
+"mmar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001dq\u0000~\u0000\""
+"sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNa"
+"met\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000$xq\u0000~\u0000\u001ft\u00003org.jdta"
+"us.mojo.resource.model.DocumentationElementt\u0000+http://java.su"
+"n.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0011q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0011pp\u0000s"
+"q\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0010psq\u0000~\u0000\u0019q\u0000~\u0000\u0010pq\u0000~\u0000\u001cq\u0000~\u0000 q\u0000~\u0000\"sq\u0000~\u0000#t\u0000$org.j"
+"dtaus.mojo.resource.model.Textsq\u0000~\u0000\'sq\u0000~\u0000\fppsq\u0000~\u0000\u0019q\u0000~\u0000\u0010psr\u0000\u001b"
+"com.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/d"
+"atatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/S"
+"tringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000"
+"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'"
+"com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespa"
+"ceUriq\u0000~\u0000$L\u0000\btypeNameq\u0000~\u0000$L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datat"
+"ype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLS"
+"chemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcesso"
+"r$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpace"
+"Processor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Nul"
+"lSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.String"
+"Pair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000$L\u0000\fnamespaceURIq\u0000~\u0000$xpq\u0000~\u0000=q"
+"\u0000~\u0000<sq\u0000~\u0000#t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanc"
+"eq\u0000~\u0000\"sq\u0000~\u0000#t\u0000\rdocumentationt\u0000&http://jdtaus.org/core/model/"
+"containerq\u0000~\u0000\"sq\u0000~\u0000\fppsq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000\u0011q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000"
+"\u0016q\u0000~\u0000\u0010psq\u0000~\u0000\u0019q\u0000~\u0000\u0010pq\u0000~\u0000\u001cq\u0000~\u0000 q\u0000~\u0000\"sq\u0000~\u0000#t\u00000org.jdtaus.mojo.r" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 552 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 746 |
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 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
break;
case 14 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.ArgumentsElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"r\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\fsr\u0000"
+"\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\f"
+"ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000 c"
+"om.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tname"
+"Classq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u00002com.sun.msv.grammar.Expression$Any"
+"StringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv"
+".grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.Name"
+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Epsilon"
+"Expression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar"
+".SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;"
+"L\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model."
+"DocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-el"
+"ementssq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~"
+"\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mod"
+"el.Textsq\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.Dat"
+"aExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exc"
+"eptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"c"
+"om.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv."
+"datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.dat"
+"atype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xs"
+"d.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000"
+"~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProce"
+"ssor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.su"
+"n.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
+"\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xps"
+"r\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocal"
+"Nameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)htt"
+"p://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocument"
+"ationt\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\fpps"
+"q\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~"
+"\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000.org.jdtaus.mojo.resource.mod" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 93 |
return (org.jdtaus.mojo.resource.model.Arguments.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\u001dcom.sun.msv.grammar.ChoiceEx"
+"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0007sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000"
+"\u0005valuexp\u0000psr\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.su"
+"n.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttrib"
+"utesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000bp\u0000sq\u0000~\u0000\u0007ppsr\u0000 com.sun.msv"
+".grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.Unar"
+"yExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000bpsr\u0000 com.sun.msv.gramma"
+"r.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\rxq\u0000~\u0000\u0003q"
+"\u0000~\u0000\u000bpsr\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\n\u0001q\u0000~\u0000\u0017sr\u0000 com.sun.msv.grammar.AnyNameC"
+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
+"psr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0018q\u0000~\u0000\u001dsr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000"
+"~\u0000\u001fxq\u0000~\u0000\u001at\u00003org.jdtaus.mojo.resource.model.DocumentationElem"
+"entt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\fq\u0000~\u0000\u000b"
+"p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\fpp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpq\u0000~\u0000\u0017q\u0000~\u0000"
+"\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000$org.jdtaus.mojo.resource.model.Textsq\u0000~\u0000\"sq\u0000~"
+"\u0000\u0007ppsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpsr\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/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.dataty"
+"pe.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Buil"
+"tinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Concret"
+"eType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001fL\u0000\btypeNameq\u0000~\u0000\u001fL\u0000\nwhiteSpacet"
+"\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://"
+"www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xs"
+"d.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.dat"
+"atype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gr"
+"ammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom"
+".sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001fL\u0000\fnames"
+"paceURIq\u0000~\u0000\u001fxpq\u0000~\u00008q\u0000~\u00007sq\u0000~\u0000\u001et\u0000\u0004typet\u0000)http://www.w3.org/20"
+"01/XMLSchema-instanceq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000\rdocumentationt\u0000&http://jd"
+"taus.org/core/model/containerq\u0000~\u0000\u001dsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0007"
+"q\u0000~\u0000\u000bpsq\u0000~\u0000\fq\u0000~\u0000\u000bp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpq\u0000~\u0000\u0017q\u0000~\u0000"
+"\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000.org.jdtaus.mojo.resource.model.ArgumentElemen" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 153 |
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
super.serializeAttributes(context);
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
}
}
}
public void serializeURIs(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{ |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.MessagesElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"r\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\fsr\u0000"
+"\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\f"
+"ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000 c"
+"om.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tname"
+"Classq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u00002com.sun.msv.grammar.Expression$Any"
+"StringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv"
+".grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.Name"
+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Epsilon"
+"Expression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar"
+".SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;"
+"L\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model."
+"DocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-el"
+"ementssq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~"
+"\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mod"
+"el.Textsq\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.Dat"
+"aExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exc"
+"eptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"c"
+"om.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv."
+"datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.dat"
+"atype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xs"
+"d.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000"
+"~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProce"
+"ssor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.su"
+"n.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
+"\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xps"
+"r\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocal"
+"Nameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)htt"
+"p://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocument"
+"ationt\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\fpps"
+"q\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000"
+"~\u0000\u0010psq\u0000~\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000-org.jdtaus.mojo.reso" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 143 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 143 |
return (org.jdtaus.mojo.resource.model.Messages.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\u001dcom.sun.msv.grammar.ChoiceEx"
+"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0007sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000"
+"\u0005valuexp\u0000psr\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.su"
+"n.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttrib"
+"utesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000bp\u0000sq\u0000~\u0000\u0007ppsr\u0000 com.sun.msv"
+".grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.Unar"
+"yExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000bpsr\u0000 com.sun.msv.gramma"
+"r.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\rxq\u0000~\u0000\u0003q"
+"\u0000~\u0000\u000bpsr\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\n\u0001q\u0000~\u0000\u0017sr\u0000 com.sun.msv.grammar.AnyNameC"
+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
+"psr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0018q\u0000~\u0000\u001dsr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000"
+"~\u0000\u001fxq\u0000~\u0000\u001at\u00003org.jdtaus.mojo.resource.model.DocumentationElem"
+"entt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\fq\u0000~\u0000\u000b"
+"p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\fpp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpq\u0000~\u0000\u0017q\u0000~\u0000"
+"\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000$org.jdtaus.mojo.resource.model.Textsq\u0000~\u0000\"sq\u0000~"
+"\u0000\u0007ppsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpsr\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/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.dataty"
+"pe.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Buil"
+"tinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Concret"
+"eType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001fL\u0000\btypeNameq\u0000~\u0000\u001fL\u0000\nwhiteSpacet"
+"\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://"
+"www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xs"
+"d.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.dat"
+"atype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gr"
+"ammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom"
+".sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001fL\u0000\fnames"
+"paceURIq\u0000~\u0000\u001fxpq\u0000~\u00008q\u0000~\u00007sq\u0000~\u0000\u001et\u0000\u0004typet\u0000)http://www.w3.org/20"
+"01/XMLSchema-instanceq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000\rdocumentationt\u0000&http://jd"
+"taus.org/core/model/containerq\u0000~\u0000\u001dsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000"
+"\u000bpsq\u0000~\u0000\u0007q\u0000~\u0000\u000bpsq\u0000~\u0000\fq\u0000~\u0000\u000bp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpq"
+"\u0000~\u0000\u0017q\u0000~\u0000\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000-org.jdtaus.mojo.resource.model.Messag" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 234 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 164 |
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Dependencies), "Dependencies");
}
}
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
}
}
if (_Messages!= null) {
if (_Messages instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Messages), "Messages");
}
}
}
public void serializeURIs(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{ |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.ArgumentElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
+"q\u0000~\u0000\bppsq\u0000~\u0000\u000esr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000"
+"~\u0000\u0000q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u000eppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003x"
+"q\u0000~\u0000\u0004q\u0000~\u0000\u0012psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000"
+"\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0012psr\u00002com.sun.msv.gramma"
+"r.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0011\u0001q\u0000~\u0000"
+"\u001bsr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun."
+"msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Ex"
+"pression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001cq\u0000~\u0000!sr\u0000#com"
+".sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Lj"
+"ava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000#xq\u0000~\u0000\u001et\u00003org.jdtaus.mojo"
+".resource.model.DocumentationElementt\u0000+http://java.sun.com/j"
+"axb/xjc/dummy-elementssq\u0000~\u0000\u0000q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u000epp"
+"sq\u0000~\u0000\u0015q\u0000~\u0000\u0012psq\u0000~\u0000\u0018q\u0000~\u0000\u0012pq\u0000~\u0000\u001bq\u0000~\u0000\u001fq\u0000~\u0000!sq\u0000~\u0000\"t\u0000$org.jdtaus.m"
+"ojo.resource.model.Textsq\u0000~\u0000&sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psr\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\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPa"
+"ir;xq\u0000~\u0000\u0004ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
+"xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000"
+"%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun"
+".msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000"
+"~\u0000#L\u0000\btypeNameq\u0000~\u0000#L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd"
+"/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000"
+"\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Colla"
+"pse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcess"
+"or\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExp"
+"ression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001e"
+"jB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000#L\u0000\fnamespaceURIq\u0000~\u0000#xpq\u0000~\u0000<q\u0000~\u0000;sq\u0000"
+"~\u0000\"t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000!s"
+"q\u0000~\u0000\"t\u0000\rdocumentationt\u0000&http://jdtaus.org/core/model/contain"
+"erq\u0000~\u0000!sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u00001ppsr\u0000\'com.sun.msv.datatype." |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentImpl.java | 101 |
org\jdtaus\mojo\resource\model\impl\ImplementationReferenceImpl.java | 67 |
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 127 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 101 |
return (org.jdtaus.mojo.resource.model.Argument.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\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv."
+"grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\tsr\u0000\u0011java.lang.Bool"
+"ean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.Eleme"
+"ntPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/Name"
+"Class;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignore"
+"UndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\rp\u0000sq\u0000~\u0000\tp"
+"psr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003q\u0000~\u0000\rpsr\u0000 co"
+"m.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameC"
+"lassq\u0000~\u0000\u000fxq\u0000~\u0000\u0003q\u0000~\u0000\rpsr\u00002com.sun.msv.grammar.Expression$AnyS"
+"tringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv."
+"grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameC"
+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonE"
+"xpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar."
+"SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L"
+"\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model.D"
+"ocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-ele"
+"mentssq\u0000~\u0000\u000eq\u0000~\u0000\rp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0013q\u0000~\u0000\rpsq\u0000~\u0000"
+"\u0016q\u0000~\u0000\rpq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mode"
+"l.Textsq\u0000~\u0000$sq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpsr\u0000\u001bcom.sun.msv.grammar.Data"
+"Exp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exce"
+"ptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"co"
+"m.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.d"
+"atatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.data"
+"type.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd"
+".XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000~"
+"\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProces"
+"sor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun"
+".msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000"
+",com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr"
+"\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalN"
+"ameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)http"
+"://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocumenta"
+"tiont\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq"
+"\u0000~\u0000\u0016q\u0000~\u0000\rpsq\u0000~\u0000/ppsr\u0000\'com.sun.msv.datatype.xsd.MaxLengthFace" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 58 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 58 |
return (org.jdtaus.mojo.resource.model.ArgumentsElement.class);
}
public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
if (schemaFragment == null) {
schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
"\u00ac\u00ed\u0000\u0005sr\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\u001aignoreUndeclaredAttributesL\u0000"
+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
+"r\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\fsr\u0000"
+"\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\f"
+"ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\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\u0003xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000 c"
+"om.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tname"
+"Classq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u00002com.sun.msv.grammar.Expression$Any"
+"StringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv"
+".grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.Name"
+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Epsilon"
+"Expression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar"
+".SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;"
+"L\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00003org.jdtaus.mojo.resource.model."
+"DocumentationElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-el"
+"ementssq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~"
+"\u0000\u0016q\u0000~\u0000\u0010pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000$org.jdtaus.mojo.resource.mod"
+"el.Textsq\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.Dat"
+"aExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exc"
+"eptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"c"
+"om.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv."
+"datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.dat"
+"atype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xs"
+"d.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000"
+"~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProce"
+"ssor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.su"
+"n.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
+"\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xps"
+"r\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0000xq\u0000~\u0000\u0004ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocal"
+"Nameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)htt"
+"p://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\rdocument"
+"ationt\u0000&http://jdtaus.org/core/model/containerq\u0000~\u0000\u001fsq\u0000~\u0000\fpps"
+"q\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0013q\u0000~\u0000\u0010psq\u0000~" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 221 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 209 |
if (("argument" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
}
state = 4;
continue outer;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (("documentation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 33 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 33 |
return _getMessage();
}
protected com.sun.xml.bind.util.ListImpl _getReference() {
if (_Reference == null) {
_Reference = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
}
return _Reference;
}
public java.util.List getReference() {
return _getReference();
}
public org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.jdtaus.mojo.resource.model.impl.runtime.UnmarshallingContext context) {
return new org.jdtaus.mojo.resource.model.impl.MessagesImpl.Unmarshaller(context); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\TextElementImpl.java | 38 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 38 |
context.startElement("http://jdtaus.org/core/model/container", "argument");
super.serializeURIs(context);
context.endNamespaceDecls();
super.serializeAttributes(context);
context.endAttributes();
super.serializeBody(context);
context.endElement();
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
}
public void serializeURIs(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
}
public java.lang.Class getPrimaryInterface() {
return (org.jdtaus.mojo.resource.model.ArgumentElement.class); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 144 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 146 |
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
context.startAttribute("http://jdtaus.org/core/model/container", "version");
try {
context.text(((java.lang.String) _Version), "Version");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
super.serializeAttributes(context);
if (_Specifications!= null) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 63 |
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 143 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 93 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 143 |
return (org.jdtaus.mojo.resource.model.Arguments.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\u001dcom.sun.msv.grammar.ChoiceEx"
+"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0007sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000"
+"\u0005valuexp\u0000psr\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.su"
+"n.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttrib"
+"utesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000bp\u0000sq\u0000~\u0000\u0007ppsr\u0000 com.sun.msv"
+".grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.Unar"
+"yExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000bpsr\u0000 com.sun.msv.gramma"
+"r.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\rxq\u0000~\u0000\u0003q"
+"\u0000~\u0000\u000bpsr\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\n\u0001q\u0000~\u0000\u0017sr\u0000 com.sun.msv.grammar.AnyNameC"
+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
+"psr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0018q\u0000~\u0000\u001dsr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000"
+"~\u0000\u001fxq\u0000~\u0000\u001at\u00003org.jdtaus.mojo.resource.model.DocumentationElem"
+"entt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\fq\u0000~\u0000\u000b"
+"p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\fpp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpq\u0000~\u0000\u0017q\u0000~\u0000"
+"\u001bq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000$org.jdtaus.mojo.resource.model.Textsq\u0000~\u0000\"sq\u0000~"
+"\u0000\u0007ppsq\u0000~\u0000\u0014q\u0000~\u0000\u000bpsr\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/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.dataty"
+"pe.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Buil"
+"tinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Concret"
+"eType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001fL\u0000\btypeNameq\u0000~\u0000\u001fL\u0000\nwhiteSpacet"
+"\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://"
+"www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xs"
+"d.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.dat"
+"atype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gr"
+"ammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom"
+".sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001fL\u0000\fnames"
+"paceURIq\u0000~\u0000\u001fxpq\u0000~\u00008q\u0000~\u00007sq\u0000~\u0000\u001et\u0000\u0004typet\u0000)http://www.w3.org/20"
+"01/XMLSchema-instanceq\u0000~\u0000\u001dsq\u0000~\u0000\u001et\u0000\rdocumentationt\u0000&http://jd"
+"taus.org/core/model/containerq\u0000~\u0000\u001dsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0011q\u0000~\u0000\u000bpsq\u0000~\u0000\u0007" |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 177 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 179 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 150 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
case 3 :
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 2 :
if (("dependency" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 333 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 252 |
case 2 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveElement((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.MessagesImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 422 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 327 |
case 2 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveAttribute((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.MessagesImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 151 |
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 207 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 182 |
if (("documentation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 1;
return ;
}
break;
case 3 :
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "defaultLanguage"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 575 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 769 |
_Properties = ((org.jdtaus.mojo.resource.model.impl.PropertiesImpl) spawnChildFromLeaveElement((org.jdtaus.mojo.resource.model.impl.PropertiesImpl.class), 15, ___uri, ___local, ___qname));
return ;
case 9 :
state = 10;
continue outer;
case 3 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "version");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText2(v);
continue outer;
}
break;
case 6 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 353 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 350 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 1 :
state = 4;
continue outer;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveAttribute((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 270 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 192 |
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Dependencies), "Dependencies");
}
}
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
}
}
if (_Messages!= null) {
if (_Messages instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Messages), "Messages");
}
}
}
public java.lang.Class getPrimaryInterface() {
return (org.jdtaus.mojo.resource.model.Implementation.class); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 188 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 192 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 154 |
if (("argument" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 1;
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "index"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 208 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 210 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 181 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
}
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 1 :
if (("bound" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 191 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 191 |
}
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 1 :
if (("defaultLanguage" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.TextsImpl)org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 211 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 225 |
org\jdtaus\mojo\resource\model\impl\TextElementImpl.java | 176 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
if (("name" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 86 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 191 |
context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _Bound)), "Bound");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
context.startAttribute("http://jdtaus.org/core/model/container", "name");
try {
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute(); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 280 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 257 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 271 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromText(value);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "index"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 193 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 230 |
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 2 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 238 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 232 |
if (("implementation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 2 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "final"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 220 |
org\jdtaus\mojo\resource\model\impl\DependenciesElementImpl.java | 220 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 220 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 220 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 228 |
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
}
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 1 :
if (("modelVersion" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 394 |
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 224 |
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
break;
}
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 8 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 467 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 364 |
case 2 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.MessagesImpl.this).new Unmarshaller(context)), 1, value); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 80 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 133 |
context.childAsBody(((com.sun.xml.bind.JAXBObject) _Arguments), "Arguments");
context.endElement();
}
}
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
context.startAttribute("http://jdtaus.org/core/model/container", "name");
try {
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute(); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 233 |
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 206 |
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 272 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 235 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 206 |
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.DependencyImpl)org.jdtaus.mojo.resource.model.impl.DependencyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
break;
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 253 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 236 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 250 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 247 |
org\jdtaus\mojo\resource\model\impl\TextElementImpl.java | 201 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 209 |
spawnHandlerFromEnterAttribute((((org.jdtaus.mojo.resource.model.impl.ArgumentImpl)org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "index"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 232 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 304 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 1 :
state = 4;
continue outer;
case 3 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 807 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 1067 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 1223 |
case 19 :
state = 22;
continue outer;
case 9 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "parent");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 12;
eatText3(v);
continue outer;
}
state = 12;
continue outer;
case 3 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "identifier");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText4(v);
continue outer;
}
break;
case 25 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 84 |
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 40 |
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
context.startAttribute("http://jdtaus.org/core/model/container", "name");
try {
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
super.serializeAttributes(context); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 137 |
org\jdtaus\mojo\resource\model\impl\PropertyImpl.java | 58 |
}
public void serializeAttributes(org.jdtaus.mojo.resource.model.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
context.startAttribute("http://jdtaus.org/core/model/container", "name");
try {
context.text(((java.lang.String) _Name), "Name");
} catch (java.lang.Exception e) {
org.jdtaus.mojo.resource.model.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
context.startAttribute("http://jdtaus.org/core/model/container", "version"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 416 |
org\jdtaus\mojo\resource\model\impl\SpecificationReferenceImpl.java | 219 |
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.SpecificationImpl.this).new Unmarshaller(context)), 19, ___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
private void eatText1(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_Identifier = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
} catch (java.lang.Exception e) {
handleParseConversionException(e);
}
}
private void eatText2(final java.lang.String value)
throws org.xml.sax.SAXException
{
try { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyElementImpl.java | 254 |
org\jdtaus\mojo\resource\model\impl\DocumentationElementImpl.java | 227 |
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 299 |
org\jdtaus\mojo\resource\model\impl\PropertyElementImpl.java | 256 |
org\jdtaus\mojo\resource\model\impl\TemplateElementImpl.java | 227 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
}
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 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 396 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 393 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
case 1 :
state = 4;
continue outer;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsImpl.this).new Unmarshaller(context)), 1, value); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 197 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 189 |
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.MessagesImpl)org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 2 :
if (("messages" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 210 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 224 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 273 |
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
}
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 3 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\ModelManager.java | 243 |
org\jdtaus\mojo\resource\model\ModelManager.java | 272 |
final Message message = (Message) it.next();
for ( Iterator t = message.getTemplate().getText().iterator();
t.hasNext(); )
{
final Text text = (Text) t.next();
final String language = text.getLanguage().toLowerCase();
Properties bundleProperties =
(Properties) properties.get( language );
if ( bundleProperties == null )
{
bundleProperties = new Properties();
properties.put( language, bundleProperties );
}
bundleProperties.setProperty( message.getName(),
text.getValue() );
}
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 527 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 707 |
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 15 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "version");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 18;
eatText3(v);
continue outer;
}
break;
case 9 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "stateless");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 12;
eatText4(v);
continue outer;
}
state = 12;
continue outer;
case 3 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 210 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 197 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 282 |
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (("documentation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ModelObjectImpl)org.jdtaus.mojo.resource.model.impl.DependenciesImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 554 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 808 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 1068 |
org\jdtaus\mojo\resource\model\impl\ImplementationImpl.java | 1224 |
state = 22;
continue outer;
case 9 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "parent");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 12;
eatText3(v);
continue outer;
}
state = 12;
continue outer;
case 3 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "identifier");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText4(v);
continue outer;
}
break;
case 25 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentImpl.java | 286 |
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 321 |
org\jdtaus\mojo\resource\model\impl\MessageImpl.java | 328 |
org\jdtaus\mojo\resource\model\impl\MessageReferenceImpl.java | 195 |
private void eatText3(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_Name = 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 6 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependencyImpl.java | 110 |
org\jdtaus\mojo\resource\model\impl\SpecificationImpl.java | 173 |
context.reportError(com.sun.xml.bind.serializer.Util.createMissingObjectError(this, "Bound"));
}
context.getNamespaceContext().declareNamespace("http://jdtaus.org/core/model/container", null, true);
context.getNamespaceContext().declareNamespace("http://jdtaus.org/core/model/container", null, true);
super.serializeURIs(context);
if (_Properties!= null) {
if (_Properties instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Properties), "Properties");
}
}
}
public java.lang.Class getPrimaryInterface() {
return (org.jdtaus.mojo.resource.model.Dependency.class); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationElementImpl.java | 244 |
org\jdtaus\mojo\resource\model\impl\ImplementationsElementImpl.java | 214 |
org\jdtaus\mojo\resource\model\impl\PropertiesElementImpl.java | 214 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 222 |
if (("implementation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
}
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 1 :
if (("final" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 275 |
org\jdtaus\mojo\resource\model\impl\SpecificationsImpl.java | 362 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "bound");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
}
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 1 :
state = 4;
continue outer;
case 4 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 188 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 181 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 192 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 154 |
if (("argument" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 1;
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 1 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 225 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 223 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 185 |
if (("argument" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
}
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 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
if (("index" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) { |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 325 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 552 |
org\jdtaus\mojo\resource\model\impl\ModuleImpl.java | 746 |
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 0 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText1(v);
continue outer;
}
break;
case 14 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 157 |
org\jdtaus\mojo\resource\model\impl\MessagesElementImpl.java | 164 |
org\jdtaus\mojo\resource\model\impl\ModulesElementImpl.java | 160 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 161 |
if (("arguments" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 1;
return ;
}
break;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "modelVersion");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (("documentation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsElementImpl.java | 186 |
org\jdtaus\mojo\resource\model\impl\SpecificationsElementImpl.java | 194 |
spawnHandlerFromEnterElement((((org.jdtaus.mojo.resource.model.impl.ArgumentsImpl)org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
case 3 :
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 2 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentElementImpl.java | 280 |
org\jdtaus\mojo\resource\model\impl\MessageElementImpl.java | 257 |
org\jdtaus\mojo\resource\model\impl\ModuleElementImpl.java | 271 |
org\jdtaus\mojo\resource\model\impl\SpecificationElementImpl.java | 268 |
org\jdtaus\mojo\resource\model\impl\TextElementImpl.java | 222 |
org\jdtaus\mojo\resource\model\impl\TextsElementImpl.java | 230 |
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
}
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 3 :
revertToParentFromText(value);
return ;
case 1 :
attIdx = context.getAttribute("http://jdtaus.org/core/model/container", "index"); |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 190 |
org\jdtaus\mojo\resource\model\impl\ArgumentsImpl.java | 216 |
case 4 :
if (("argument" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getArgument().add(((org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("argument" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 190 |
org\jdtaus\mojo\resource\model\impl\DependenciesImpl.java | 202 |
case 1 :
if (("dependency" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getDependency().add(((org.jdtaus.mojo.resource.model.impl.DependencyElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.DependencyElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("dependency" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 204 |
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 233 |
case 1 :
if (("implementation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getImplementation().add(((org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("implementation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 189 |
org\jdtaus\mojo\resource\model\impl\ModulesImpl.java | 218 |
case 2 :
if (("module" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getModule().add(((org.jdtaus.mojo.resource.model.impl.ModuleElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.ModuleElementImpl.class), 2, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("module" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 3;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 215 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 227 |
case 1 :
if (("property" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getProperty().add(((org.jdtaus.mojo.resource.model.impl.PropertyElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.PropertyElementImpl.class), 4, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("property" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
} |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\ImplementationsImpl.java | 238 |
org\jdtaus\mojo\resource\model\impl\MessagesImpl.java | 303 |
org\jdtaus\mojo\resource\model\impl\PropertiesImpl.java | 232 |
if (("implementation" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, false);
state = 2;
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
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 2 : |
File | Line |
---|
org\jdtaus\mojo\resource\model\impl\TextsImpl.java | 205 |
org\jdtaus\mojo\resource\model\impl\TextsImpl.java | 216 |
case 3 :
if (("text" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
_getText().add(((org.jdtaus.mojo.resource.model.impl.TextElementImpl) spawnChildFromEnterElement((org.jdtaus.mojo.resource.model.impl.TextElementImpl.class), 6, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("text" == ___local)&&("http://jdtaus.org/core/model/container" == ___uri)) {
context.pushAttributes(__atts, true);
state = 4;
return ;
} |