public class XSDModelUtils extends Object
| Constructor and Description |
|---|
XSDModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<IAttribute> |
getXsdAttributes(IClassifier container,
boolean includeInherited)
Return all attributes of the given
IClassifier that are tagged as having
been generated from an XSD attribute. |
static List<IAttribute> |
getXsdElements(IClassifier container,
boolean includeInherited)
Return all attributes of the given
IClassifier that are tagged as having
been generated from an XSD element. |
public static List<IAttribute> getXsdAttributes(IClassifier container, boolean includeInherited)
IClassifier that are tagged as having
been generated from an XSD attribute.container - The IClassifier to search for attributes.includeInherited - Whether to include attributes inherited from super types in the search.IAttribute that are taggged as IXSDUserData.XSD_ATTRIBUTE_KINDpublic static List<IAttribute> getXsdElements(IClassifier container, boolean includeInherited)
IClassifier that are tagged as having
been generated from an XSD element.container - The IClassifier to search for attributes.includeInherited - Whether to include attributes inherited from super types in the search.IAttribute that are taggged as IXSDUserData.XSD_ELEMENT_KINDCopyright © 2006-2013. All Rights Reserved.