Package com.sun.msv.reader.datatype.xsd
Interface XSTypeOwner
-
- All Known Implementing Classes:
AttributeState
,DivInModuleState
,GlobalDeclState
,ListState
,ModuleMergeState
,ModuleState
,RedefineState
,RestrictionState
,SchemaIncludedState
,SchemaState
,SimpleContentRestrictionState
,SimpleTypeState
,TypeWithOneChildState
,UnionState
public interface XSTypeOwner
Type owner for XML Schema datatypes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTargetNamespaceUri()
Returns the target namespace URI of newly created simple types.void
onEndChild(XSDatatypeExp data)
-
-
-
Method Detail
-
getTargetNamespaceUri
java.lang.String getTargetNamespaceUri()
Returns the target namespace URI of newly created simple types. If the context you are using this package doesn't have the notion of the target namespace URI, return the empty string.
-
onEndChild
void onEndChild(XSDatatypeExp data)
-
-