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

java.lang.Object
  extended by com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
All Implemented Interfaces:
BIConversion

public class BIUserConversion
extends java.lang.Object
implements BIConversion

<conversion> declaration in the binding file. This declaration declares a conversion by user-specified methods.


Method Summary
 org.xml.sax.Locator getSourceLocation()
          Gets the location where this declaration is declared.
 TypeUse getTransducer()
          Gets a transducer for this conversion.
 java.lang.String name()
          Gets the conversion name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceLocation

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


name

public java.lang.String name()
Gets the conversion name.

Specified by:
name in interface BIConversion

getTransducer

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

Specified by:
getTransducer in interface BIConversion