org.apache.jackrabbit.core.xml
Interface Importer

All Known Implementing Classes:
SessionImporter, WorkspaceImporter

public interface Importer

The Importer interface ...


Nested Class Summary
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.
 
Method Summary
 void end()
           
 void endNode(Importer.NodeInfo nodeInfo)
           
 void start()
           
 void startNode(Importer.NodeInfo nodeInfo, List propInfos, NamespaceResolver nsContext)
           
 

Method Detail

start

public void start()
           throws RepositoryException
Throws:
RepositoryException

startNode

public void startNode(Importer.NodeInfo nodeInfo,
                      List propInfos,
                      NamespaceResolver nsContext)
               throws RepositoryException
Parameters:
nodeInfo -
propInfos - list of PropInfo instances
nsContext - prefix mappings of current context
Throws:
RepositoryException

endNode

public void endNode(Importer.NodeInfo nodeInfo)
             throws RepositoryException
Parameters:
nodeInfo -
Throws:
RepositoryException

end

public void end()
         throws RepositoryException
Throws:
RepositoryException


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.