|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepPackage
This interface can be used to write user defined XProc
extension
steps in Java
. All steps must have the same namespace uri, given by
getNamespaceURI
.
Method Summary | |
---|---|
java.util.List<java.lang.Class<? extends com.xml_project.morganaxproc.core.steptypes.BuildInStep>> |
getDeclaredSteps()
Defines the list of steps contained in this step library. |
java.lang.String |
getNamespaceURI()
Defines the namespace of the step library. |
Method Detail |
---|
java.lang.String getNamespaceURI()
java.util.List<java.lang.Class<? extends com.xml_project.morganaxproc.core.steptypes.BuildInStep>> getDeclaredSteps()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |