Uses of Interface
com.sun.tools.xjc.reader.dtd.bindinfo.BIConversion
-
Packages that use BIConversion Package Description com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information. -
-
Uses of BIConversion in com.sun.tools.xjc.reader.dtd.bindinfo
Classes in com.sun.tools.xjc.reader.dtd.bindinfo that implement BIConversion Modifier and Type Class Description classBIEnumeration<enumeration>declaration in the binding file.classBIUserConversion<conversion>declaration in the binding file.Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return BIConversion Modifier and Type Method Description BIConversionBIElement. conversion(String name)Resolves the conversion name to the conversion declaration.BIConversionBindInfo. conversion(String name)Gets the conversion declaration from the binding info.BIConversionBIAttribute. getConversion()Gets the conversion method for this attribute, if any.BIConversionBIElement. getConversion()Gets the conversion method for this element.
-