com.sun.tools.ws.api.wsdl .TWSDLParserContext All known Subclasses: com.sun.tools.ws.wsdl.framework .TWSDLParserContextImpl ,TWSDLParserContext public interface TWSDLParserContext (Code) Provides WSDL parsing context. It should be used by the WSDL extension handlers to register their namespaces so that
it can be latter used by other extensions to resolve the namespaces.
author: Vivek Pandey
getDefaultNamespaceURI String getDefaultNamespaceURI() (Code) Gives default namespace
null if there is no default namespace declaration found
getLocation Locator getLocation(Element e) (Code) gives the location information for the given Element.
getNamespaceURI String getNamespaceURI(String prefix) (Code) Gives the namespace URI for a given prefix
Parameters: prefix - non-null prefix null of the prefix is not found
pop void pop() (Code) pops the parsing context
push void push() (Code) Pushes the parsing context
registerNamespaces void registerNamespaces(Element e) (Code) Registers naemespace declarations of a given
Element found in the WSDL
Parameters: e - Element whose namespace declarations need to be registered