|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.apache.jackrabbit.jcr2spi.xml.ImportHandler
public class ImportHandler
An ImportHandler instance can be used to import serialized
data in System View XML or Document View XML. Processing of the XML is
handled by specialized ContentHandlers
(i.e. SysViewImportHandler and DocViewImportHandler).
Importer interface.
Important Note:
These SAX Event Handlers expect that Namespace URI's and local names are
reported in the start/endElement events and that
start/endPrefixMapping events are reported
(i.e. default SAX2 Namespace processing).
| Field Summary | |
|---|---|
protected boolean |
nsContextStarted
this flag is used to determine whether a namespace context needs to be started in the startElement event or if the namespace context has already been started in a preceeding startPrefixMapping event; the flag is set per element in the first startPrefixMapping event and is cleared again in the following startElement event; |
| Constructor Summary | |
|---|---|
ImportHandler(Importer importer,
org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver nsResolver,
NamespaceRegistry nsReg,
org.apache.jackrabbit.spi.NameFactory nameFactory,
org.apache.jackrabbit.spi.PathFactory pathFactory)
|
|
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(String namespaceURI,
String localName,
String qName)
|
void |
endPrefixMapping(String prefix)
|
void |
error(SAXParseException e)
|
void |
fatalError(SAXParseException e)
|
String |
getUniquePrefix(String uriHint)
Returns a prefix that is unique among the already registered prefixes. |
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
|
void |
startPrefixMapping(String prefix,
String uri)
|
void |
warning(SAXParseException e)
|
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, unparsedEntityDecl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean nsContextStarted
| Constructor Detail |
|---|
public ImportHandler(Importer importer,
org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver nsResolver,
NamespaceRegistry nsReg,
org.apache.jackrabbit.spi.NameFactory nameFactory,
org.apache.jackrabbit.spi.PathFactory pathFactory)
| Method Detail |
|---|
public void warning(SAXParseException e)
throws SAXException
warning in interface ErrorHandlerwarning in class DefaultHandlerSAXException
public void error(SAXParseException e)
throws SAXException
error in interface ErrorHandlererror in class DefaultHandlerSAXException
public void fatalError(SAXParseException e)
throws SAXException
fatalError in interface ErrorHandlerfatalError in class DefaultHandlerSAXException
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class DefaultHandlerSAXException
public void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class DefaultHandlerSAXException
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class DefaultHandlerSAXException
public void endPrefixMapping(String prefix)
throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class DefaultHandlerSAXException
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXException
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXException
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXException
public String getUniquePrefix(String uriHint)
throws RepositoryException
uriHint - namespace uri that serves as hint for the prefix generation
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||