public interface Scene7AssetFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TRASH_STATE |
Modifier and Type | Method and Description |
---|---|
Scene7Asset |
parseAsset(org.w3c.dom.Element element)
Builds a
Scene7Asset object from the Element object received as a parameter |
java.util.List<Scene7Asset> |
parseAssets(org.w3c.dom.Document document)
Processes the
Document and builds a list of Scene7Asset objects that the document contains |
Scene7Asset |
parseMasterAssets(Scene7Asset asset,
org.w3c.dom.Document associatedAssetsDocument)
Attempts to parse the originator asset for a Scene7 asset that supports
sub assets
|
Scene7Asset |
parseSubAssets(Scene7Asset asset,
org.w3c.dom.Document associatedAssetsDocument)
Attempts to parse the originator asset and sub assets for a Scene7 asset that supports sub assets
|
static final java.lang.String TRASH_STATE
java.util.List<Scene7Asset> parseAssets(org.w3c.dom.Document document)
Document
and builds a list of Scene7Asset
objects that the document containsdocument
- Document object containing the Scene7 assetsScene7Asset
objectsScene7Asset parseAsset(org.w3c.dom.Element element)
Scene7Asset
object from the Element
object received as a parameterelement
- Element
object containing a Scene7 assetScene7Asset
objectScene7Asset parseMasterAssets(Scene7Asset asset, org.w3c.dom.Document associatedAssetsDocument)
asset
- Scene7Asset
asset capable of supporting
sub-assetsassociatedAssetsDocument
- Document
object containing the sub assets and the originator assetScene7Asset
object updated with the parsed
sub-assets and the originator asset If the
Scene7Asset
asset object does not support sub-assets, the object will not be touchedScene7Asset parseSubAssets(Scene7Asset asset, org.w3c.dom.Document associatedAssetsDocument)
asset
- Scene7Asset
asset capable of supporting sub-assetsassociatedAssetsDocument
- Document
object containing the sub assets and the originator assetScene7Asset
object updated with the parsed sub-assets and the originator asset If the
Scene7Asset
asset object does not support sub-assets, the object will not be touched"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"