Interface Importer
- 
- All Known Implementing Classes:
- SessionImporter
 
 public interface ImporterTheImporterinterface ...
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classImporter.NodeInfostatic classImporter.PropInfostatic interfaceImporter.TextValueTextValuerepresents a serialized property value read from a System or Document View XML document.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidend()voidendNode(Importer.NodeInfo nodeInfo)voidstart()voidstartNode(Importer.NodeInfo nodeInfo, List<Importer.PropInfo> propInfos, NamePathResolver resolver)
 
- 
- 
- 
Method Detail- 
startvoid start() throws RepositoryException- Throws:
- RepositoryException
 
 - 
startNodevoid startNode(Importer.NodeInfo nodeInfo, List<Importer.PropInfo> propInfos, NamePathResolver resolver) throws RepositoryException - Parameters:
- nodeInfo-
- propInfos- list of- PropInfoinstances
- resolver- NamePathResolver dealing with prefix mappings of current context.
- Throws:
- RepositoryException
 
 - 
endNodevoid endNode(Importer.NodeInfo nodeInfo) throws RepositoryException - Parameters:
- nodeInfo-
- Throws:
- RepositoryException
 
 - 
endvoid end() throws RepositoryException - Throws:
- RepositoryException
 
 
- 
 
-