Interface QNameResolver

All Known Subinterfaces:
AttributeDefinitionXMLConfiguration, IntVersionSchema<S>, ManagementXmlSchema, PersistentSubsystemSchema<S>, ResourceXMLParticleFactory, Schema, SubsystemResourceXMLSchema<S>, SubsystemSchema<S>, VersionedSchema<V,S>, XMLAttributeSchema<S,T>, XMLComponentFactory<RC,WC>, XMLElementSchema<S,T>
All Known Implementing Classes:
AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration, ManagementSchema, NamedResourceRegistrationXMLElement.DefaultBuilder, ResourceRegistrationXMLElement.AbstractBuilder, ResourceXMLContainer.AbstractBuilder, ResourceXMLElement.DefaultBuilder, ResourceXMLParticleFactory.DefaultSubsystemXMLParticleFactory, SingletonResourceRegistrationXMLElement.DefaultBuilder, SubsystemResourceRegistrationXMLElement.DefaultBuilder, XMLComponentFactory.DefaultXMLComponentFactory

public interface QNameResolver
Resolves a local name to a qualified name.
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Comparator<QName>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(String localName)
    Resolves the specified local name to a qualified name.
  • Field Details

  • Method Details

    • resolve

      QName resolve(String localName)
      Resolves the specified local name to a qualified name.
      Parameters:
      localName - an attribute/element local name
      Returns:
      a qualified name