Klasse EntityReferenceSaxHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
- Alle implementierten Schnittstellen:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Reads an entity reference from the controller configuration file.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEntityReferenceSaxHandler
(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the parsed resource path.boolean
Returns whether this handler has finished parsing.byte[]
Reads the resource defined in the parsed XML .void
startElement
(String uri, String localName, String rawName, Attributes attributes) Von Klasse geerbte Methoden org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.xml.sax.ContentHandler
declaration
-
Konstruktordetails
-
EntityReferenceSaxHandler
public EntityReferenceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor) Constructor.- Parameter:
configurationProvider
- The access object for the configuration files, not null.unitDescriptor
- The description of the generation unit, not null.- Löst aus:
NullPointerException
- if an argument is null.
-
-
Methodendetails
-
startElement
public void startElement(String uri, String localName, String rawName, Attributes attributes) throws SAXException - Angegeben von:
startElement
in SchnittstelleContentHandler
- Setzt außer Kraft:
startElement
in KlasseDefaultHandler
- Löst aus:
SAXException
-
getResource
Returns the parsed resource path.- Gibt zurück:
- the the parsed resource path, not null if a matching snippet was processed.
-
getSystemId
-
isFinished
public boolean isFinished()Returns whether this handler has finished parsing.- Gibt zurück:
- true if this handler is finished, false otherwise.
-
readResource
Reads the resource defined in the parsed XML .- Gibt zurück:
- the content of the resource, not null.
- Löst aus:
ConfigurationException
- if an error occurs while reading the resource.
-