Uses of Interface
org.modeshape.graph.Graph.ImportInto

Packages that use Graph.ImportInto
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.ImportInto in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.ImportInto
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(File file)
          Import the content from the XML file at the supplied file, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(InputStream stream)
          Import the content from the provided stream of XML data, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(String pathToFile)
          Import the content from the XML file at the supplied file location, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(URI uri)
          Import the content from the XML file at the supplied URI, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Next> Graph.ImportInto.skippingRootElement(boolean skip)
          Specify whether the root element in the XML document should be skipped (that is, not be represented by a node).
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.