de.mindcrimeilab.xsanalyzer.util
Class SchemaElementsPropertyFactory
java.lang.Object
de.mindcrimeilab.xsanalyzer.util.SchemaElementsPropertyFactory
public class SchemaElementsPropertyFactory
- extends Object
- Version:
- $Revision: 165 $
- Author:
- Michael Engelhardt, $Author: agony $
Method Summary |
static com.l2fprod.common.propertysheet.Property[] |
getComplexTypeProperties(org.apache.xerces.xs.XSComplexTypeDefinition complexType)
|
static com.l2fprod.common.propertysheet.Property[] |
getElementProperties(org.apache.xerces.xs.XSElementDeclaration elementDeclaration)
|
static com.l2fprod.common.propertysheet.Property[] |
getModelGroupProperties(org.apache.xerces.xs.XSModelGroupDefinition modelGroup)
|
static com.l2fprod.common.propertysheet.Property[] |
getSimpleTypeProperties(org.apache.xerces.xs.XSSimpleTypeDefinition simpleType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaElementsPropertyFactory
public SchemaElementsPropertyFactory()
getComplexTypeProperties
public static com.l2fprod.common.propertysheet.Property[] getComplexTypeProperties(org.apache.xerces.xs.XSComplexTypeDefinition complexType)
getElementProperties
public static com.l2fprod.common.propertysheet.Property[] getElementProperties(org.apache.xerces.xs.XSElementDeclaration elementDeclaration)
getModelGroupProperties
public static com.l2fprod.common.propertysheet.Property[] getModelGroupProperties(org.apache.xerces.xs.XSModelGroupDefinition modelGroup)
getSimpleTypeProperties
public static com.l2fprod.common.propertysheet.Property[] getSimpleTypeProperties(org.apache.xerces.xs.XSSimpleTypeDefinition simpleType)
Copyright © 2010. All Rights Reserved.