Class FeatureTypeTransformer.FeatureTypeTranslator

All Implemented Interfaces:
Translator
Enclosing class:
FeatureTypeTransformer

public static class FeatureTypeTransformer.FeatureTypeTranslator extends TransformerBase.TranslatorSupport
A FeatureTypeTranslator encodes FeatureTypes as a (hopefully) valid XML schema.
See Also:
  • Constructor Details

    • FeatureTypeTranslator

      public FeatureTypeTranslator(ContentHandler handler)
      Creates a new FeatureTypeTranslator. The default prefix is "xs" and the default namespace is "http://www.w3.org/2001/XMLSchema".
      Parameters:
      handler - the content handler that receives the SAX events
  • Method Details