public abstract class AbstractWorkspace
extends java.lang.Object
Workspace
interface.Constructor and Description |
---|
AbstractWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
Parses the given input stream as an XML document and processes the
SAX events using the
ContentHandler returned by
Workspace#getImportContentHandler(String, int) . |
public void importXML(java.lang.String parentAbsPath, java.io.InputStream in, int uuidBehavior) throws java.io.IOException, InvalidSerializedDataException, RepositoryException
ContentHandler
returned by
Workspace#getImportContentHandler(String, int)
.parentAbsPath
- passed throughin
- input stream to be parsed as XML and importeduuidBehavior
- passed throughjava.io.IOException
- if an I/O error occursInvalidSerializedDataException
- if an XML parsing error occursRepositoryException
- if a repository error occurs"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"