@NotStorableClass public class XmlImporter extends AbstractImporter implements ContentHandler
classLoaderProvider, logger
Constructor and Description |
---|
XmlImporter(IStore store) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] chars,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String name) |
void |
endPrefixMapping(String prefix) |
void |
ignorableWhitespace(char[] chars,
int start,
int length) |
protected void |
importImpl(File directory,
boolean validating)
specific implementation of import from exported data in
directoryName
|
String |
location() |
void |
processingInstruction(String target,
String data) |
void |
setDocumentLocator(Locator locator)
definition of locator that make able, at any time in analysis, to
localize flow treatment.
|
void |
skippedEntity(String name) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String name,
Attributes atts) |
void |
startPrefixMapping(String prefix,
String uri) |
classDefForClass, classForName, classReplacementDef, convert, createArray, createArray, createBasicValue, createDataRecordIdentifierAssociatedToObject, createDummyValueObject, createEnum, createEnum, createObject, createObject, createRootObject, createString, createString, doImport, getClassInfoFactory, getClassReplacementDef, getObject, getPreviousDataModelIdentifier, getPreviousRelesase, isBasicClass, newDataRecordIdentifier, recordObject, recordObject, setArrayElement, setDataRecordIdentifierAssociatedToObject, setLastRecordId, setListener, setObjectState, setReleaseAndDataModelIdentifier
public XmlImporter(IStore store) throws ImportException
ImportException
protected void importImpl(File directory, boolean validating) throws ImportException, ImportClassNotFoundException, ImportDataCorruptedException, ImportInvalidClassException, ImportNotSerializableException
AbstractImporter
directoryName directory
- Specified by:
importImpl
in class AbstractImporter
validating
- true if validating according to joafip.xsd
- Throws:
ImportException
ImportClassNotFoundException
ImportDataCorruptedException
ImportInvalidClassException
ImportNotSerializableException
-
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Throws:
SAXException
-
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface ContentHandler
- Throws:
SAXException
-
startElement
public void startElement(String uri,
String localName,
String name,
Attributes atts)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Throws:
SAXException
-
endElement
public void endElement(String uri,
String localName,
String name)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Throws:
SAXException
-
characters
public void characters(char[] chars,
int start,
int length)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Throws:
SAXException
-
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
- Specified by:
startPrefixMapping
in interface ContentHandler
- Throws:
SAXException
-
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
- Specified by:
endPrefixMapping
in interface ContentHandler
- Throws:
SAXException
-
ignorableWhitespace
public void ignorableWhitespace(char[] chars,
int start,
int length)
throws SAXException
- Specified by:
ignorableWhitespace
in interface ContentHandler
- Throws:
SAXException
-
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
- Specified by:
processingInstruction
in interface ContentHandler
- Throws:
SAXException
-
skippedEntity
public void skippedEntity(String name)
throws SAXException
- Specified by:
skippedEntity
in interface ContentHandler
- Throws:
SAXException
-
setDocumentLocator
public void setDocumentLocator(Locator locator)
definition of locator that make able, at any time in analysis, to
localize flow treatment.
- Specified by:
setDocumentLocator
in interface ContentHandler
- Parameters:
locator
- the locator to use.- See Also:
ContentHandler.setDocumentLocator(org.xml.sax.Locator)
-
location
public String location()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.