Uses of Class
net.sourceforge.nrl.parser.model.xsd.XSDClassifier

Packages that use XSDClassifier
net.sourceforge.nrl.parser.model.xsd XML Schema model loader. 
 

Uses of XSDClassifier in net.sourceforge.nrl.parser.model.xsd
 

Methods in net.sourceforge.nrl.parser.model.xsd that return XSDClassifier
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.
 

Methods in net.sourceforge.nrl.parser.model.xsd with parameters of type XSDClassifier
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.