xArch/xADL 2.0 Data Binding Library

Deprecated API

Deprecated Methods
edu.uci.isr.xarch.XArchUtils.cloneXArch(IXArch)
          Use cloneXArch from an implementation of IXArchImplementation instead. 
edu.uci.isr.xarch.XArchUtils.createXArch()
          Use createXArch from an implementation of IXArchImplementation instead. 
edu.uci.isr.xarch.XArchUtils.createXArch(Document)
          Use parse(Document) from a DOM-based implementation of IXArchImplementation instead. 
edu.uci.isr.xarch.XArchUtils.getDOMImplementation()
          No public replacement. 
edu.uci.isr.xarch.XArchUtils.getPrettyXmlRepresentation(IXArch)
          Use serialize from an implementation of IXArchImplementation instead. 
edu.uci.isr.xarch.XArchUtils.isContainedIn(IXArch, IXArchElement)
          Use isContainedIn from an implementation of IXArchImplementation instead. 
edu.uci.isr.xarch.XArchUtils.parse(Reader)
          Use parse(Reader) from an implementation of IXArchImplementation instead. 
edu.uci.isr.xarch.XArchUtils.parseToDocument(Reader)
          No public replacement. 
 


xArch/xADL 2.0 Data Binding Library