de.mindcrimeilab.xsanalyzer.xsext
Class AbstractTypeDescription

java.lang.Object
  extended by de.mindcrimeilab.xsanalyzer.xsext.AbstractTypeDescription
Direct Known Subclasses:
ComplexTypeDescription, SimpleTypeDescription

public class AbstractTypeDescription
extends Object

Version:
$Revision: 165 $
Author:
Michael Engelhardt, $Author: agony $

Field Summary
protected static org.apache.commons.logging.Log logger
           
 
Constructor Summary
AbstractTypeDescription()
           
 
Method Summary
protected static void appendBaseType(StringBuilder signature, org.apache.xerces.xs.XSTypeDefinition baseType)
           
protected static org.apache.xerces.xs.XSTypeDefinition getBaseTypeRecursive(org.apache.xerces.xs.XSTypeDefinition type)
           
protected static String getSignatureDigest(String signature, MessageDigest messageDigest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.commons.logging.Log logger
Constructor Detail

AbstractTypeDescription

public AbstractTypeDescription()
Method Detail

getSignatureDigest

protected static String getSignatureDigest(String signature,
                                           MessageDigest messageDigest)

appendBaseType

protected static void appendBaseType(StringBuilder signature,
                                     org.apache.xerces.xs.XSTypeDefinition baseType)
Parameters:
signature -
baseType -

getBaseTypeRecursive

protected static org.apache.xerces.xs.XSTypeDefinition getBaseTypeRecursive(org.apache.xerces.xs.XSTypeDefinition type)


Copyright © 2010. All Rights Reserved.