|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph.ImportInto | |
|---|---|
| org.jboss.dna.graph | The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. |
| Uses of Graph.ImportInto in org.jboss.dna.graph |
|---|
| Methods in org.jboss.dna.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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||