com.sun.tools.xjc.reader.dtd.bindinfo

Class BIUserConversion

public class BIUserConversion extends Object implements BIConversion

<conversion> declaration in the binding file. This declaration declares a conversion by user-specified methods.
Constructor Summary
BIUserConversion(BindInfo bi, Element _e)
Wraps a given <conversion> element in the binding file.
Method Summary
static voidaddBuiltinConversions(BindInfo bi, Map<String,BIConversion> m)
Adds all built-in conversions into the given map.
LocatorgetSourceLocation()
Gets the location where this declaration is declared.
TypeUsegetTransducer()
Gets a transducer for this conversion.
Stringname()
Gets the conversion name.

Constructor Detail

BIUserConversion

BIUserConversion(BindInfo bi, Element _e)
Wraps a given <conversion> element in the binding file.

Method Detail

addBuiltinConversions

static void addBuiltinConversions(BindInfo bi, Map<String,BIConversion> m)
Adds all built-in conversions into the given map.

getSourceLocation

public Locator getSourceLocation()
Gets the location where this declaration is declared.

getTransducer

public TypeUse getTransducer()
Gets a transducer for this conversion.

name

public String name()
Gets the conversion name.