org.apache.myfaces.tobago.internal.config
Class TobagoConfigEntityResolver

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.apache.myfaces.tobago.internal.config.TobagoConfigEntityResolver
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
TobagoConfigParser, TobagoConfigVersion

public class TobagoConfigEntityResolver
extends org.xml.sax.helpers.DefaultHandler


Field Summary
protected static String TOBAGO_CONFIG_XSD_1_5
           
protected static String TOBAGO_CONFIG_XSD_1_6
          Deprecated. 
protected static String TOBAGO_CONFIG_XSD_2_0
           
 
Constructor Summary
TobagoConfigEntityResolver()
           
 
Method Summary
 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
 

Field Detail

TOBAGO_CONFIG_XSD_1_5

protected static final String TOBAGO_CONFIG_XSD_1_5
See Also:
Constant Field Values

TOBAGO_CONFIG_XSD_1_6

@Deprecated
protected static final String TOBAGO_CONFIG_XSD_1_6
Deprecated. 
See Also:
Constant Field Values

TOBAGO_CONFIG_XSD_2_0

protected static final String TOBAGO_CONFIG_XSD_2_0
See Also:
Constant Field Values
Constructor Detail

TobagoConfigEntityResolver

public TobagoConfigEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws IOException,
                                 SAXException
Specified by:
resolveEntity in interface EntityResolver
Overrides:
resolveEntity in class org.xml.sax.helpers.DefaultHandler
Throws:
IOException
SAXException


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.