| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.model.xsd |
XML Schema model loader.
|
| Modifier and Type | Method and Description |
|---|---|
protected XSDClassifier |
XSDModelLoader.getComplexType(XSDPackage resultPackage,
org.eclipse.xsd.XSDComplexTypeDefinition complexDef,
String anonymousTypeName,
boolean declaredAsGlobalElement)
Generate a complex type from a complex type definition, registered it with the name map, add
it to the result package and return it.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XSDModelLoader.traverseParticle(XSDPackage resultPackage,
XSDClassifier result,
org.eclipse.xsd.XSDParticle particle,
boolean ancestorOptional,
boolean ancestorUnbounded,
String targetNamespace)
Recursive method that traverses a schema particle content model and adds attributes to a
classifier.
|
Copyright © 2006-2013. All Rights Reserved.