| java.lang.Object com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils
SchemaUtils | public class SchemaUtils (Code) | | XML-Schema related tools
author: Ole.Matzura |
Method Summary | |
public static SchemaTypeLoader | buildSchemaTypes(List<XmlObject> schemas, SoapVersion soapVersion) | public static Collection<String> | extractNamespaces(SchemaTypeSystem schemaTypes) Extracts namespaces - used in tool integrations for mapping.. | public static Map<String, XmlObject> | getDefinitionParts(WsdlLoader loader) | public static void | getDefinitionParts(String wsdlUrl, Map<String, XmlObject> existing, WsdlLoader loader) | public static String | getDocumentation(SchemaParticle particle, SchemaType schemaType) | public static String[] | getEnumerationValues(SchemaType schemaType, boolean addNull) | public static Map<String, XmlObject> | getSchemas(String wsdlUrl, WsdlLoader loader) | public static void | getSchemas(String wsdlUrl, Map<String, XmlObject> existing, WsdlLoader loader, String tns) | public static String | getTargetNamespace(XmlObject s) | public static void | initDefaultSchemas() | public static boolean | isBinaryType(SchemaType schemaType) | public static boolean | isInstanceOf(SchemaType schemaType, SchemaType baseType) | public static SchemaTypeLoader | loadSchemaTypes(String wsdlUrl, SoapVersion soapVersion, WsdlLoader loader) | public static void | removeImports(XmlObject xmlObject) | public static boolean | toNextContainer(XmlCursor cursor) |
extractNamespaces | public static Collection<String> extractNamespaces(SchemaTypeSystem schemaTypes)(Code) | | Extracts namespaces - used in tool integrations for mapping..
|
getDefinitionParts | public static Map<String, XmlObject> getDefinitionParts(WsdlLoader loader) throws Exception(Code) | | Returns a map mapping urls to corresponding XmlObjects for the specified wsdlUrl
|
getDocumentation | public static String getDocumentation(SchemaParticle particle, SchemaType schemaType)(Code) | | |
getEnumerationValues | public static String[] getEnumerationValues(SchemaType schemaType, boolean addNull)(Code) | | |
getTargetNamespace | public static String getTargetNamespace(XmlObject s)(Code) | | |
initDefaultSchemas | public static void initDefaultSchemas()(Code) | | |
isBinaryType | public static boolean isBinaryType(SchemaType schemaType)(Code) | | |
isInstanceOf | public static boolean isInstanceOf(SchemaType schemaType, SchemaType baseType)(Code) | | |
removeImports | public static void removeImports(XmlObject xmlObject) throws XmlException(Code) | | Used when creating a TypeSystem from a complete collection of SchemaDocuments so that referenced
types are not downloaded (again)
|
toNextContainer | public static boolean toNextContainer(XmlCursor cursor)(Code) | | |
|
|