| java.lang.Object org.netbeans.modules.xslt.tmap.nodes.properties.ResolverUtility
ResolverUtility | final public class ResolverUtility (Code) | | The utility class containing auxiliary methods to work with WSDL
ATTENTION! Many methods contains the lookup as patamether.
It is implied that it contains the BpelModel instance.
author: Vitaly Bychkov author: nk160297 |
getNameByRef | public static String getNameByRef(Reference ref)(Code) | | Tries to resolve the reference and take it's name.
|
qName2DisplayText | public static String qName2DisplayText(QName qValue)(Code) | | Calculate a String to display from a QName.
|
qName2DisplayText | public static String qName2DisplayText(QName qValue, TMapComponent relativeTo)(Code) | | Calculate a String to display from a QName.
The relativeTo parameter is used to calculate the prefix if it isn't specified.
|
|
|