Class TobagoConfigEntityResolver
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.myfaces.tobago.internal.config.TobagoConfigEntityResolver
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
TobagoConfigParser
,TobagoConfigVersion
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
Deprecated.since 2.0.0, 1.6 wasn't releasedprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
TOBAGO_CONFIG_XSD_1_5
- See Also:
-
TOBAGO_CONFIG_XSD_1_6
Deprecated.since 2.0.0, 1.6 wasn't released- See Also:
-
TOBAGO_CONFIG_XSD_2_0
- See Also:
-
TOBAGO_CONFIG_XSD_2_0_6
- See Also:
-
TOBAGO_CONFIG_XSD_3_0
- See Also:
-
TOBAGO_CONFIG_XSD_4_0
- See Also:
-
TOBAGO_CONFIG_XSD_5_0
- See Also:
-
TOBAGO_CONFIG_XSD_5_1
- See Also:
-
-
Constructor Details
-
TobagoConfigEntityResolver
public TobagoConfigEntityResolver()
-
-
Method Details
-
resolveEntity
- Specified by:
resolveEntity
in interfaceEntityResolver
- Overrides:
resolveEntity
in classDefaultHandler
- Throws:
IOException
SAXException
-