com.sun.tools.xjc.reader.dtd.bindinfo
public class BIUserConversion extends Object implements BIConversion
Constructor Summary | |
---|---|
BIUserConversion(BindInfo bi, Element _e)
Wraps a given <conversion> element in the binding file. |
Method Summary | |
---|---|
static void | addBuiltinConversions(BindInfo bi, Map<String,BIConversion> m) Adds all built-in conversions into the given map. |
Locator | getSourceLocation() Gets the location where this declaration is declared. |
TypeUse | getTransducer() Gets a transducer for this conversion. |
String | name() Gets the conversion name. |