org.jbind.xml.schema.element
Class NameUtil

java.lang.Object
  extended byorg.jbind.xml.schema.element.NameUtil

public class NameUtil
extends java.lang.Object


Method Summary
static java.lang.String getBindingAttributeName(ACParams anACParams)
           
static java.lang.String getExtensionElementName(CreationParams aCreationParams)
          Gets the element name if the element to be created is in the up-namespace.
static java.lang.String getSchemaAttributeName(ACParams anACParams)
           
static java.lang.String getSchemaComponentName(CreationParams aCreationParams)
          Gets the element name if the element to be created is in the xml-schema-namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSchemaComponentName

public static java.lang.String getSchemaComponentName(CreationParams aCreationParams)
Gets the element name if the element to be created is in the xml-schema-namespace.

Parameters:
aCreationParams - (required). Creation parameters for an element.
Returns:
(optional). The local part of the element name is returned iff the element is in the xml-schema-namespace.

getExtensionElementName

public static java.lang.String getExtensionElementName(CreationParams aCreationParams)
Gets the element name if the element to be created is in the up-namespace.

Parameters:
aCreationParams - (required). Creation parameters for an element.
Returns:
(optional). The local part of the element name is returned iff the element is in the up-namespace.

getSchemaAttributeName

public static java.lang.String getSchemaAttributeName(ACParams anACParams)

getBindingAttributeName

public static java.lang.String getBindingAttributeName(ACParams anACParams)