public class XMLToVinci
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AFrame |
xmlToAFrame(java.io.Reader r)
Convert the XML document (provided as a Reader) to the AFrame document model.
|
static Transportable |
xmlToTransportable(java.io.Reader r,
Transportable empty)
Populate the empty document with the XML yielded by the provided reader.
|
static VinciFrame |
xmlToVinciFrame(java.io.Reader r)
Convert the XML document (provided as a Reader) to a VinciFrame document model.
|
public static Transportable xmlToTransportable(java.io.Reader r, Transportable empty) throws ServiceException
empty - An empty document to be populated.r - A reader providing the XML to populate the empty document.ServiceException - if there is a parse error.public static VinciFrame xmlToVinciFrame(java.io.Reader r) throws ServiceException
r - A reader providing the XML to convert.ServiceException - if there is a parse error.public static AFrame xmlToAFrame(java.io.Reader r) throws ServiceException
r - A reader providing the XML to convert.ServiceException - if there is a parse error.Copyright © 2013. All Rights Reserved.