Package | Description |
---|---|
com.sun.tools.xjc.reader.dtd.bindinfo |
Object Model that represents DTD binding information.
|
Modifier and Type | Class and Description |
---|---|
class |
BIEnumeration
<enumeration> declaration in the binding file. |
class |
BIUserConversion
<conversion> declaration in the binding file. |
Modifier and Type | Method and Description |
---|---|
BIConversion |
BindInfo.conversion(String name)
Gets the conversion declaration from the binding info.
|
BIConversion |
BIElement.conversion(String name)
Resolves the conversion name to the conversion declaration.
|
BIConversion |
BIAttribute.getConversion()
Gets the conversion method for this attribute, if any.
|
BIConversion |
BIElement.getConversion()
Gets the conversion method for this element.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.