org.crsh.jcr
Class Exporter
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.crsh.jcr.Exporter
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
-
public class Exporter
- extends org.xml.sax.helpers.DefaultHandler
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mappings
private final Map<String,String> mappings
-
.
fs
private FileSystem fs
-
.
Exporter
public Exporter(FileSystem fs)
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
-
- Specified by:
startPrefixMapping
in interface ContentHandler
- Overrides:
startPrefixMapping
in class org.xml.sax.helpers.DefaultHandler
-
- Throws:
SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
-
- Specified by:
endPrefixMapping
in interface ContentHandler
- Overrides:
endPrefixMapping
in class org.xml.sax.helpers.DefaultHandler
-
- Throws:
SAXException
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
-
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class org.xml.sax.helpers.DefaultHandler
-
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
-
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class org.xml.sax.helpers.DefaultHandler
-
- Throws:
SAXException
Copyright © 2014 eXo Platform SAS. All Rights Reserved.