| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xml_project.morganaxproc.connectors.XsltResult
public class XsltResult
This class serves as a container for the results of an XSLT transformation.
As per XProc 1.0 there is always exactly one primary result available.
| Constructor Summary | |
|---|---|
| XsltResult(nu.xom.Document doc)Creates a new instance with a primary result and no secondary results. | |
| XsltResult(nu.xom.Document doc,
           java.util.List<nu.xom.Document> docs)Creates a new instance with a primary result and a (possibly empty) list of secondary results. | |
| Method Summary | |
|---|---|
|  nu.xom.Document | getPrimaryResult()Returns the primary result of a transformation. | 
|  java.util.List<nu.xom.Document> | getSecondaryResults()Returns the secondary results (if any) of a transformation. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XsltResult(nu.xom.Document doc)
doc - the primary result.
public XsltResult(nu.xom.Document doc,
                  java.util.List<nu.xom.Document> docs)
doc - the primary result.docs - the secondary results.| Method Detail | 
|---|
public nu.xom.Document getPrimaryResult()
public java.util.List<nu.xom.Document> getSecondaryResults()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||