com.sun.tools.internal.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
RelaxNGCC is used to parse
XML syntax into this representation, and the other parts of XJC will use
this object model.
|
Java Source File Name | Type | Comment |
AbstractDeclarationImpl.java | Class | |
AnnotationParserFactoryImpl.java | Class | Implementation of XSOM
AnnotationParserFactory that
parses JAXB customization declarations. |
BIClass.java | Class | Class declaration. |
BIConversion.java | Class | Conversion declaration. |
BIDeclaration.java | Interface | Base interface for all binding customization declarations. |
BIDom.java | Class | DOM customization. |
BIEnum.java | Class | Enumeration customization. |
BIEnumMember.java | Class | Enumeration member customization. |
BIGlobalBinding.java | Class | Global binding customization. |
BindInfo.java | Class | Container for customization declarations. |
BIProperty.java | Class | Property customization.
This customization turns an arbitrary schema component
into a Java property (some restrictions apply.)
All the getter methods (such as getBaseType or
getBindStyle ) honors the delegation chain of
property customization specified in the spec. |
BISchemaBinding.java | Class | Schema-wide binding customization. |
BISerializable.java | Class | This customization will enable serialization support on XJC. |
BIXDom.java | Class | Compatibility with 1.0. |
BIXPluginCustomization.java | Class | Customization specified via
Plugin.getCustomizationURIs . |
CollectionTypeAttribute.java | Class | Bean used by JAXB to bind a collection type attribute to our
FieldRenderer . |
DomHandlerEx.java | Class | DomHandler that produces a W3C DOM but with a location information. |
EnumMemberMode.java | enum | Enum member name handling mode. |
ForkingFilter.java | Class | XMLFilter that can fork an event to another
ContentHandler in the middle. |
LocalScoping.java | enum | |
Messages.java | enum | Formats error messages. |
OptionalPropertyMode.java | enum | Represents three constants of globalBindings/@optionalProperty. |
package-info.java | | |