All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addExtraDataCurLink(SchemaRep.Restriction[] restrict) |
protected void |
addExtraDataForType(String uniqueName,
String name,
SchemaRep.ElementExpr schemaTypeDef) |
protected void |
addExtraDataNode(String uniqueName,
String name,
SchemaRep.Restriction[] restrict) |
protected void |
addTopAttributes(SchemaRep.Element parentElement,
SchemaRep.ComplexType el) |
protected void |
addTopAttributes(SchemaRep.Element parentElement,
SchemaRep.Element el) |
protected static int |
getInstanceValue(String minOccurs,
String maxOccurs) |
protected boolean |
hasUnionType(SchemaRep.ContainsSubElements schemaTypeDef) |
protected String |
lookForDefault(SchemaRep.Restriction[] restrict)
Given the restrictions, can we pick a decent default.
|
protected SchemaRep.Restriction[] |
lookForRestriction(SchemaRep.ContainsSubElements schemaTypeDef) |
protected void |
overrideSchemaTypes()
Search thru the input beangraphs for anything that might affect
the definition of types from xsd: or xml:
|
void |
process() |
protected void |
process(SchemaRep.ElementExpr ee) |
protected void |
processAnnotation(SchemaRep.Annotation ann) |
protected void |
processAny(SchemaRep.Any el) |
protected void |
processAttribute(String parentElement,
SchemaRep.Attribute attr) |
protected void |
processAttributeGroup(String parentElement,
SchemaRep.AttributeGroup attrGroup) |
protected void |
processComplexContent(SchemaRep.ComplexContent el) |
protected void |
processComplexType(SchemaRep.ComplexType el) |
protected void |
processContainsSubElements(SchemaRep.ContainsSubElements cse) |
protected void |
processContainsSubElementsAndAttributes(SchemaRep.ContainsSubElements cse,
String elementName) |
protected void |
processElement(SchemaRep.Element el) |
protected void |
processExtension(SchemaRep.Extension el) |
protected void |
processModelGroup(SchemaRep.ModelGroup group) |
protected void |
processRestriction(SchemaRep.Restriction el) |
protected void |
processSchemaNode(SchemaRep.SchemaNode sn) |
protected void |
processSimpleContent(SchemaRep.SimpleContent el) |
protected void |
processSimpleType(SchemaRep.SimpleType el) |
protected void |
processUnionType(SchemaRep.UnionType el) |
protected void |
setLastDefined(String typeName) |
protected void |
setLastDefined(String typeName,
boolean externalType) |
void |
setSchemaType(BeanGraph bg) |
void |
setSchemaType(SchemaTypeMappingType stm) |