|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A common base interface for items that may enclose a local type. This is used to construct inner class names.
Method Summary | |
XsQName |
getName()
Returns the qualified name, from which Java class names have been derived. |
JavaQName |
getPMName()
Returns the contexts PM name. |
JavaQName |
getXMLHandlerName()
Returns the contexts XML handler name. |
JavaQName |
getXMLImplementationName()
Returns the contexts XML implementation name. |
JavaQName |
getXMLInterfaceName()
Returns the contexts XML interface name. |
JavaQName |
getXMLSerializerName()
Returns the contexts XML serializer name. |
JavaQName |
getXMLValidatorName()
Returns the contexts XML validator name. |
boolean |
isGlobal()
Returns whether the class context is global. |
Method Detail |
public XsQName getName()
public JavaQName getXMLInterfaceName()
Returns the contexts XML interface name.
public JavaQName getXMLImplementationName()
Returns the contexts XML implementation name.
public JavaQName getXMLHandlerName()
Returns the contexts XML handler name.
public JavaQName getXMLSerializerName()
Returns the contexts XML serializer name.
public JavaQName getXMLValidatorName()
Returns the contexts XML validator name.
public JavaQName getPMName()
Returns the contexts PM name.
public boolean isGlobal()
Returns whether the class context is global.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |