com.sun.msv.reader.datatype.xsd

Interface XSTypeOwner

public interface XSTypeOwner

Type owner for XML Schema datatypes.

Author: Kohsuke KAWAGUCHI

Method Summary
StringgetTargetNamespaceUri()
Returns the target namespace URI of newly created simple types.
voidonEndChild(XSDatatypeExp data)

Method Detail

getTargetNamespaceUri

public 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

public void onEndChild(XSDatatypeExp data)