1 57 58 package com.sun.org.apache.xerces.internal.xs; 59 60 import org.w3c.dom.DOMConfiguration ; 61 import org.w3c.dom.ls.LSInput ; 62 63 67 public interface XSLoader { 68 92 public DOMConfiguration getConfig(); 93 94 101 public XSModel loadURIList(StringList uriList); 102 103 110 public XSModel loadInputList(LSInputList is); 111 112 119 public XSModel loadURI(String uri); 120 121 128 public XSModel load(LSInput is); 129 130 } 131 | Popular Tags |