org.milyn.xml
Class LocalXSDEntityResolver

java.lang.Object
  extended by org.milyn.xml.LocalEntityResolver
      extended by org.milyn.xml.LocalXSDEntityResolver
All Implemented Interfaces:
EntityResolver

public class LocalXSDEntityResolver
extends LocalEntityResolver

XSD resolver for local XSD's.

Author:
tfennelly

Constructor Summary
LocalXSDEntityResolver(Source[] schemaSources)
          Public Constructor.
 
Method Summary
 Source[] getSchemaSources()
          Get the schema sources associated with this resolver instance.
 
Methods inherited from class org.milyn.xml.LocalEntityResolver
clearEntityCache, getDocType, resolveEntity, setDocType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalXSDEntityResolver

public LocalXSDEntityResolver(Source[] schemaSources)
Public Constructor.

Parameters:
schemaSources - Schema sources.
Method Detail

getSchemaSources

public Source[] getSchemaSources()
Get the schema sources associated with this resolver instance.

Returns:
The schema sources.


Copyright © 2018. All rights reserved.