Interface NamespaceContextOwner
- All Known Implementing Classes:
XmlSchema
public interface NamespaceContextOwner
Interface of an object, which is able to provide a namespace context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the objects namespace context.
-
Method Details
-
getNamespaceContext
NamespacePrefixList getNamespaceContext()Returns the objects namespace context.
-