public class CustomXmlSchemaParser extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CustomXmlSchemaParser.OneXmlSchema |
| Constructor and Description |
|---|
CustomXmlSchemaParser(StringBuffer warnings) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGlobal(String targetNamespace,
Element global,
String uri) |
void |
AddImportsForExternalNamespaces(CustomXmlSchemaParser.OneXmlSchema schema,
Document schemaDom) |
void |
emdedSchemas(Element typesElement) |
HashMap |
getExternalNamespaces() |
QName |
getFirstGlobalComplexType() |
QName |
getFirstGlobalElement() |
String |
getFirstNamespace() |
Document |
getGlobalElementsAndComplexTypes() |
boolean |
getIsLinked() |
HashMap |
getNsPrefixMap() |
Document |
getSchemaInfo() |
String |
parseOneSchema(String parentNamespace,
String baseUri,
String schemaUri) |
String |
parseSchema(Element typesElem) |
String |
parseSchema(String parentNamespace,
String schemaInfo) |
String |
writeSchemasToTempDir(String tempDir,
ArrayList xmlnsList,
Node soapEncNs) |
public CustomXmlSchemaParser(StringBuffer warnings)
public HashMap getNsPrefixMap()
public HashMap getExternalNamespaces()
public boolean getIsLinked()
public void emdedSchemas(Element typesElement)
public Document getSchemaInfo()
public Document getGlobalElementsAndComplexTypes()
public QName getFirstGlobalElement()
public QName getFirstGlobalComplexType()
public String parseOneSchema(String parentNamespace, String baseUri, String schemaUri)
public void AddImportsForExternalNamespaces(CustomXmlSchemaParser.OneXmlSchema schema, Document schemaDom)
public String writeSchemasToTempDir(String tempDir, ArrayList xmlnsList, Node soapEncNs)
public String getFirstNamespace()
? Copyright 2013 BMC Software, Inc.