org.jomc.sdk.model.support
Class JaxpEntityResolverFactory

Package class diagram package JaxpEntityResolverFactory
java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jomc.sdk.model.support.JaxpEntityResolverFactory
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

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

XML Schema Set JAXP 'EntityResolver' factory implementation.

Specifications

Properties

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

Constructor Summary
Constructor and Description
JaxpEntityResolverFactory()
          Creates a new JaxpEntityResolverFactory instance.
 
Method Summary
Modifier and Type Method and Description
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxpEntityResolverFactory

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

Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException
Specified by:
resolveEntity in interface EntityResolver
Overrides:
resolveEntity in class DefaultHandler
Throws:
SAXException


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