public interface HrefHandler
| Modifier and Type | Method and Description |
|---|---|
Model |
getDocument(AppModel appModel)
Gets the
TemplateModel associated with the
given AppModel. |
AppModel |
loadFragment(AppModel appModel,
String sUrl)
Resolves a URL and loads the reference XFA document into a new
AppModel. |
AppModel |
loadFragment(ProtoableNode protoableNode)
Resolves the
usehref attribute in the given ProtoableNode and
loads the referenced document into a new AppModel. |
AppModel loadFragment(ProtoableNode protoableNode)
usehref attribute in the given ProtoableNode and
loads the referenced document into a new AppModel.
Any fragment identifier in the URL is ignored.protoableNode - a ProtoableNode with a usehref attribute.AppModel containing the document loaded
from the referenced location, or null upon error.AppModel loadFragment(AppModel appModel, String sUrl)
AppModel.
Any fragment identifier in the URL is ignored.appModel - the AppModel containing the URL.sUrl - the URL that references the external XFA documentAppModel containing the document loaded
from the referenced location.Copyright © 2010 - 2020 Adobe. All Rights Reserved