public abstract class AbstractWorkspace extends Object
Workspace interface.| Constructor and Description |
|---|
AbstractWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
void |
importXML(String parentAbsPath,
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(String parentAbsPath, InputStream in, int uuidBehavior) throws IOException, InvalidSerializedDataException, RepositoryException
ContentHandler returned by
Workspace#getImportContentHandler(String, int).parentAbsPath - passed throughin - input stream to be parsed as XML and importeduuidBehavior - passed throughIOException - if an I/O error occursInvalidSerializedDataException - if an XML parsing error occursRepositoryException - if a repository error occurs"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"