org.ow2.util.xmlconfig.ns
Class MappingResolver

java.lang.Object
  extended by org.ow2.util.xml.SchemaEntityResolver
      extended by org.ow2.util.xmlconfig.ns.MappingResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class MappingResolver
extends org.ow2.util.xml.SchemaEntityResolver

Entity resolver allowing to find schema within the classloader.

Author:
Florent Benoit

Field Summary
static java.lang.String MAPPING_SCHEMA_10
          Persistence Schema.
static java.lang.String PREFIX
          Schema prefix.
 
Constructor Summary
MappingResolver()
          Constructor.
 
Method Summary
 
Methods inherited from class org.ow2.util.xml.SchemaEntityResolver
addDtds, getURL, resolveEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
Schema prefix.


MAPPING_SCHEMA_10

public static final java.lang.String MAPPING_SCHEMA_10
Persistence Schema.

See Also:
Constant Field Values
Constructor Detail

MappingResolver

public MappingResolver()
Constructor.



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.