Package com.adobe.xfa
Class Model.Publisher
- java.lang.Object
-
- com.adobe.xfa.Model.Publisher
-
- Enclosing class:
- Model
public abstract static class Model.Publisher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Publisher()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intgetTargetAvailability()abstract intgetTargetVersion()abstract java.lang.StringupdateExternalRef(Node oNode, int eAttribute, java.lang.String sExternalRefValue)SeeModel.publish(Publisher)for a description of this method.
-
-
-
Method Detail
-
updateExternalRef
public abstract java.lang.String updateExternalRef(Node oNode, int eAttribute, java.lang.String sExternalRefValue)
SeeModel.publish(Publisher)for a description of this method.
-
getTargetVersion
public abstract int getTargetVersion()
-
getTargetAvailability
public abstract int getTargetAvailability()
-
-