Package com.sun.tools.xjc.reader.internalizer

internalization of external binding files and <jaxb:bindings> customizations.

See:
          Description

Interface Summary
DOMForest.Handler  
InternalizationLogic Encapsulates schema-language dependent internalization logic.
 

Class Summary
AbstractReferenceFinderImpl XMLFilter that finds references to other schema files from SAX events.
ContentHandlerNamespacePrefixAdapter XMLReader filter for supporting http://xml.org/sax/features/namespace-prefixes feature.
DOMBuilder Builds DOM while keeping the location information.
DOMForest Builds a DOM forest and maintains association from system IDs to DOM trees.
DOMForestParser XMLParser implementation that parses XML from a DOM forest instead of parsing it from its original location.
DOMForestScanner Produces a complete series of SAX events from any DOM node in the DOMForest.
Internalizer Internalizes external binding declarations.
LocatorTable Stores Locator objects for every Element.
Messages Formats error messages.
NamespaceContextImpl Implements NamespaceContext by looking at the in-scope namespace binding of a DOM element.
SCDBasedBindingSet Set of binding nodes that have target nodes specified via SCD.
VersionChecker Checks the jaxb:version attribute on a XML Schema document.
WhitespaceStripper Strips ignorable whitespace from SAX event stream.
 

Package com.sun.tools.xjc.reader.internalizer Description

internalization of external binding files and <jaxb:bindings> customizations.