org.jomc.sdk.model.support
Class JaxpResourceResolverFactory

Package class diagram package JaxpResourceResolverFactory
java.lang.Object
  extended by org.jomc.sdk.model.support.JaxpResourceResolverFactory
All Implemented Interfaces:
LSResourceResolver

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class JaxpResourceResolverFactory
extends Object
implements LSResourceResolver

XML Schema Set JAXP 'LSResourceResolver' factory implementation.

Specifications

Properties

Version:
$Id: JaxpResourceResolverFactory.java 2234 2010-06-29 00:03:38Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
JaxpResourceResolverFactory()
          Creates a new JaxpResourceResolverFactory instance.
 
Method Summary
Modifier and Type Method and Description
 LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxpResourceResolverFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public JaxpResourceResolverFactory()
Creates a new JaxpResourceResolverFactory instance.

Method Detail

resolveResource

public LSInput resolveResource(String type,
                               String namespaceURI,
                               String publicId,
                               String systemId,
                               String baseURI)
Specified by:
resolveResource in interface LSResourceResolver


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.