Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XMCDADoc

Packages that use XMCDADoc
org.decisiondeck.jmcda.persist.xmcda2.aggregates High level classes to export aggregate structures to, or import from, XMCDA documents
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
org.decisiondeck.jmcda.persist.xmcda2.utils   
org.decisiondeck.jmcda.xws.transformer   
 

Uses of XMCDADoc in org.decisiondeck.jmcda.persist.xmcda2.aggregates
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.aggregates with parameters of type XMCDADoc
 void XMCDASortingProblemWriter.write(XMCDADoc doc, OutputSupplier<? extends OutputStream> destination)
          Writes the given XMCDA document to the given destination or to the main destination if the given destination is null.
 

Uses of XMCDADoc in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XMCDADoc
static XMCDADoc XMCDADoc.Factory.newInstance()
           
static XMCDADoc XMCDADoc.Factory.newInstance(XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(File file)
           
static XMCDADoc XMCDADoc.Factory.parse(File file, XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(InputStream is)
           
static XMCDADoc XMCDADoc.Factory.parse(InputStream is, XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(Node node)
           
static XMCDADoc XMCDADoc.Factory.parse(Node node, XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(Reader r)
           
static XMCDADoc XMCDADoc.Factory.parse(Reader r, XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(String xmlAsString)
           
static XMCDADoc XMCDADoc.Factory.parse(String xmlAsString, XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(URL u)
           
static XMCDADoc XMCDADoc.Factory.parse(URL u, XmlOptions options)
           
static XMCDADoc XMCDADoc.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XMCDADoc XMCDADoc.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XMCDADoc XMCDADoc.Factory.parse(XMLStreamReader sr)
           
static XMCDADoc XMCDADoc.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Uses of XMCDADoc in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XMCDADoc
 class XMCDADocImpl
          A document containing one XMCDA(@http://www.decision-deck.org/2009/XMCDA-2.1.0) element.
 

Uses of XMCDADoc in org.decisiondeck.jmcda.persist.xmcda2.utils
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.utils that return XMCDADoc
 XMCDADoc XMCDAWriteUtils.getDoc(XmlObject fragment)
          Returns a new XMCDA document containing only the given fragment.
static XMCDADoc XMCDAWriteUtils.getDoc(XmlObject fragment, boolean validate)
          Returns a new XMCDA document containing only the given fragment.
 XMCDADoc XMCDAReadUtils.getXMCDADoc(InputSupplier<? extends InputStream> source)
           Retrieves the XMCDA document from the given source.
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.utils with parameters of type XMCDADoc
 void XMCDAWriteUtils.write(XMCDADoc doc, OutputSupplier<? extends OutputStream> destination)
          Writes the given XMCDA document to the given destination.
 void XMCDAWriteUtils.write(XMCDADoc doc, OutputSupplier<? extends OutputStream> destination, String versionToWrite)
          Writes the given XMCDA document to the given destination.
 

Uses of XMCDADoc in org.decisiondeck.jmcda.xws.transformer
 

Methods in org.decisiondeck.jmcda.xws.transformer that return XMCDADoc
 XMCDADoc OutputTransformer.getAsDoc(Object source)
          Writes the given object in an XMCDA Document, if a transform is known for that object type.
 

Methods in org.decisiondeck.jmcda.xws.transformer that return types with arguments of type XMCDADoc
static FunctionWithInputCheck<XMCDADoc,XmlObject> InputTransformer.functionDocToTag(String tagName)
           
static FunctionWithInputCheck<XMCDADoc,List<XmlObject>> InputTransformer.functionDocToTags(String tagName, boolean optional)
           
static FunctionWithInputCheck<InputSupplier<? extends InputStream>,XMCDADoc> InputTransformer.functionSourceToDoc()
           
 FunctionWithInputCheck<XMCDADoc,? extends XmlObject> InputTransformer.getDocToTag(String tagName)
           
 FunctionWithInputCheck<XMCDADoc,List<XmlObject>> InputTransformer.getDocToTags(String tagName, boolean optional)
           
 FunctionWithInputCheck<String,XMCDADoc> InputTransformer.getNameToDoc(File inputDirectory, boolean optional)
           Returns a function which, given a file name as a String, returns an XMCDADoc containing the contents of the file, assuming the file is to be found in the given input directory.
 FunctionWithInputCheck<InputSupplier<? extends InputStream>,XMCDADoc> InputTransformer.getSourceToDoc()
           
 

Method parameters in org.decisiondeck.jmcda.xws.transformer with type arguments of type XMCDADoc
 void InputTransformer.setDocToTag(FunctionWithInputCheck<XMCDADoc,? extends XmlObject> docToTag)
           
 void InputTransformer.setDocToTags(FunctionWithInputCheck<XMCDADoc,List<XmlObject>> docToTags)
           
 void InputTransformer.setSourceToDoc(FunctionWithInputCheck<InputSupplier<? extends InputStream>,XMCDADoc> sourceToDoc)
           
 



Copyright © 2011. All Rights Reserved.