Searched refs:instanceTree (Results 1 – 3 of 3) sorted by relevance
255 public HomeSP addSP(MOTree instanceTree) throws IOException { in addSP() argument256 List<HomeSP> spList = buildSPs(instanceTree); in addSP()267 OMAConstructed pps = (OMAConstructed) instanceTree.getRoot() in addSP()273 MOTree tree = new MOTree(instanceTree.getUrn(), instanceTree.getDtdRev(), in addSP()274 instanceTree.getRoot()); in addSP()
259 public HomeSP addSP(MOTree instanceTree, OSUManager osuManager) throws IOException { in addSP() argument260 List<HomeSP> spList = buildSPs(instanceTree); in addSP()271 OMAConstructed pps = (OMAConstructed) instanceTree.getRoot(). in addSP()277 MOTree tree = new MOTree(instanceTree.getUrn(), instanceTree.getDtdRev(), in addSP()278 instanceTree.getRoot()); in addSP()
134 public HomeSP addSP(MOTree instanceTree) throws IOException, SAXException { in addSP() argument136 String xml = instanceTree.toXml(); in addSP()