public interface ComponentsXmlParser
Modifier and Type | Method and Description |
---|---|
XmlDigesterConfigurer |
getDigesterConfigurer()
Returns a digester configurer for the component bundle.
|
String |
getInternalSchemaResource()
Returns a resource name that resolves to an internal XML schema
resource.
|
String |
getNamespace()
Returns the namespace used by the component bundle.
|
String |
getPublicSchemaLocation()
Returns the public location of the component bundle XML schema.
|
String getNamespace()
The XML representation of the components will use this namespace.
String getPublicSchemaLocation()
This would be listed in schemaLocation
XML attributes.
String getInternalSchemaResource()
If not null, the resource (which needs to be present on the classpath) will be used when parsing component XML fragments instead of the public XML schema.
XmlDigesterConfigurer getDigesterConfigurer()
The digester configurer is responsible for providing digester rules
that transform an XML fragment into a Component
instance.
Copyright © 2016. All rights reserved.