Package org.smooks.xml
Class LocalXSDEntityResolver
- java.lang.Object
-
- org.smooks.xml.LocalEntityResolver
-
- org.smooks.xml.LocalXSDEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class LocalXSDEntityResolver extends LocalEntityResolver
XSD resolver for local XSD's.- Author:
- tfennelly
-
-
Constructor Summary
Constructors Constructor Description LocalXSDEntityResolver(Source[] schemaSources)
Public Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Source[]
getSchemaSources()
Get the schema sources associated with this resolver instance.-
Methods inherited from class org.smooks.xml.LocalEntityResolver
clearEntityCache, getDocType, resolveEntity, setDocType
-
-
-
-
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.
-
-