Class ContentLoaderHandler
- java.lang.Object
- 
- org.xml.sax.helpers.DefaultHandler
- 
- org.apache.syncope.core.persistence.jpa.content.ContentLoaderHandler
 
 
- 
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
 
 public class ContentLoaderHandler extends DefaultHandler SAX handler for generating SQL INSERT statements out of given XML file.
- 
- 
Constructor SummaryConstructors Constructor Description ContentLoaderHandler(DataSource dataSource, String rootElement, boolean continueOnError, Environment env)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartElement(String uri, String localName, String qName, Attributes atts)- 
Methods inherited from class org.xml.sax.helpers.DefaultHandlercharacters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
- 
 
- 
- 
- 
Constructor Detail- 
ContentLoaderHandlerpublic ContentLoaderHandler(DataSource dataSource, String rootElement, boolean continueOnError, Environment env) 
 
- 
 - 
Method Detail- 
startElementpublic void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException - Specified by:
- startElementin interface- ContentHandler
- Overrides:
- startElementin class- DefaultHandler
- Throws:
- SAXException
 
 
- 
 
-