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 RepositoryException
RepositoryException
void startNode(Importer.NodeInfo nodeInfo, List<Importer.PropInfo> propInfos, NamePathResolver resolver) throws RepositoryException
nodeInfo
- propInfos
- list of PropInfo
instancesresolver
- NamePathResolver dealing with prefix mappings of current
context.RepositoryException
void endNode(Importer.NodeInfo nodeInfo) throws RepositoryException
nodeInfo
- RepositoryException
void end() throws RepositoryException
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.