org.plasma.provisioning.xsd
Class AbstractAssembler

java.lang.Object
  extended by org.plasma.provisioning.xsd.AbstractAssembler
Direct Known Subclasses:
ClassAssembler, ConstraintAssembler, EnumerationAssembler, PropertyAssembler

public abstract class AbstractAssembler
extends java.lang.Object


Field Summary
protected  java.lang.String destNamespacePrefix
           
protected  java.lang.String destNamespaceURI
           
protected  ConverterSupport support
           
 
Constructor Summary
AbstractAssembler(java.lang.String destNamespaceURI, java.lang.String destNamespacePrefix, ConverterSupport converterSupport)
           
 
Method Summary
protected  Documentation createDocumentation(DocumentationType type, java.lang.String content)
           
protected  java.lang.String findAppInfoValue(Enumeration schemaEnum)
           
protected  java.lang.String formatLocalClassName(java.lang.String localName)
           
protected  java.lang.String formatLocalPropertyName(java.lang.String localName)
           
protected  java.lang.String getDocumentationContent(Annotated annotated)
           
protected  java.lang.String serializeElement(org.apache.xerces.dom.ElementNSImpl nsElem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destNamespaceURI

protected java.lang.String destNamespaceURI

destNamespacePrefix

protected java.lang.String destNamespacePrefix

support

protected ConverterSupport support
Constructor Detail

AbstractAssembler

public AbstractAssembler(java.lang.String destNamespaceURI,
                         java.lang.String destNamespacePrefix,
                         ConverterSupport converterSupport)
Method Detail

createDocumentation

protected Documentation createDocumentation(DocumentationType type,
                                            java.lang.String content)

formatLocalClassName

protected java.lang.String formatLocalClassName(java.lang.String localName)

formatLocalPropertyName

protected java.lang.String formatLocalPropertyName(java.lang.String localName)

getDocumentationContent

protected java.lang.String getDocumentationContent(Annotated annotated)

findAppInfoValue

protected java.lang.String findAppInfoValue(Enumeration schemaEnum)

serializeElement

protected java.lang.String serializeElement(org.apache.xerces.dom.ElementNSImpl nsElem)


Copyright © 2013. All Rights Reserved.