Package org.sourceprojects.xmlparser

Provides classes needed for XmlParser.

See:
          Description

Interface Summary
DefinitionBuilder The interface for a DefinitionParser.
NamespaceResolver Interface for NamespaceResolver implementations to resolve namespaces to other URLs than the default ones.
ParserContext<T> Interface for ParserContext implementations.
ResourceResolver Interface to define ResourceResolver.
TagDefinitionParser<B> Interface for TagDefinitionParsers to implement.
XmlParser<B> Interface definition of XmlParser.
XmlParserOsgiFactory Service interface for factory service in OSGi environments.
 

Class Summary
AbstractTagParser<B> Abstract implementation of TagDefinitionParser with basic handling of some of the needed method structures.
ResourceResolverFactory Defines a factory API that enables applications to obtain instances of ResourceResolver either by given standard implmentation or by configuring own implementation.
XmlParserActivator OSGi BundleActivator implementation for using XmlParser in OSGi environments.
XmlParserFactory Defines a factory API that enables applications to obtain instances of the XmlParser either by given standard implementations or by configuring own implementations.
 

Package org.sourceprojects.xmlparser Description

Provides classes needed for XmlParser. Includes factory classes to get instances of internal implementations. All given implementations are OSGi ready so all classes in internal.* shouldn't be used directly.

Since:
0.0.1


Copyright © 2010. All Rights Reserved.