public interface TWSDLParserContext
Modifier and Type | Method and Description |
---|---|
String |
getDefaultNamespaceURI()
Deprecated.
Gives default namespace
|
Locator |
getLocation(Element e)
Deprecated.
gives the location information for the given Element.
|
String |
getNamespaceURI(String prefix)
Deprecated.
Gives the namespace URI for a given prefix
|
Iterable<String> |
getPrefixes()
Deprecated.
Gives the prefixes in the current context
|
void |
pop()
Deprecated.
pops the parsing context
|
void |
push()
Deprecated.
Pushes the parsing context
|
void |
registerNamespaces(Element e)
Deprecated.
Registers naemespace declarations of a given
Element found in the WSDL |
void push()
void pop()
String getNamespaceURI(String prefix)
prefix
- non-null prefixString getDefaultNamespaceURI()
void registerNamespaces(Element e)
Element
found in the WSDLe
- Element
whose namespace declarations need to be registeredCopyright © 2016 Oracle Corporation. All rights reserved.