public abstract class AbstractAssembler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
destNamespacePrefix |
protected String |
destNamespaceURI |
protected ConverterSupport |
support |
| Constructor and Description |
|---|
AbstractAssembler(String destNamespaceURI,
String destNamespacePrefix,
ConverterSupport converterSupport) |
| Modifier and Type | Method and Description |
|---|---|
protected org.plasma.metamodel.Documentation |
createDocumentation(org.plasma.metamodel.DocumentationType type,
String content) |
protected String |
findAppInfoValue(org.plasma.xml.schema.Enumeration schemaEnum) |
protected String |
formatLocalClassName(String localName) |
protected String |
formatLocalPropertyName(String localName) |
protected String |
getDocumentationContent(org.plasma.xml.schema.Annotated annotated) |
protected String |
serializeElement(org.apache.xerces.dom.ElementNSImpl nsElem) |
protected String destNamespaceURI
protected String destNamespacePrefix
protected ConverterSupport support
public AbstractAssembler(String destNamespaceURI, String destNamespacePrefix, ConverterSupport converterSupport)
protected org.plasma.metamodel.Documentation createDocumentation(org.plasma.metamodel.DocumentationType type,
String content)
protected String getDocumentationContent(org.plasma.xml.schema.Annotated annotated)
protected String findAppInfoValue(org.plasma.xml.schema.Enumeration schemaEnum)
protected String serializeElement(org.apache.xerces.dom.ElementNSImpl nsElem)
Copyright © 2021. All rights reserved.