public interface Importer
Importer interface ...| Modifier and Type | Interface and Description |
|---|---|
static class |
Importer.NodeInfo |
static class |
Importer.PropInfo |
static interface |
Importer.TextValue
TextValue represents a serialized property value read
from a System or Document View XML document. |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
endNode(Importer.NodeInfo nodeInfo) |
void |
start() |
void |
startNode(Importer.NodeInfo nodeInfo,
List<Importer.PropInfo> propInfos,
NamePathResolver resolver) |
void start()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionvoid startNode(Importer.NodeInfo nodeInfo, List<Importer.PropInfo> propInfos, NamePathResolver resolver) throws javax.jcr.RepositoryException
nodeInfo - propInfos - list of PropInfo instancesresolver - NamePathResolver dealing with prefix mappings of current
context.javax.jcr.RepositoryExceptionvoid endNode(Importer.NodeInfo nodeInfo) throws javax.jcr.RepositoryException
nodeInfo - javax.jcr.RepositoryExceptionvoid end()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.