|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
public class BIUserConversion
<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 | |
---|---|
(package private) 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BIUserConversion(BindInfo bi, Element _e)
Method Detail |
---|
static void addBuiltinConversions(BindInfo bi, Map<String,BIConversion> m)
public Locator getSourceLocation()
public String name()
name
in interface BIConversion
public TypeUse getTransducer()
getTransducer
in interface BIConversion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |