Searched refs:LSInput (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DLSInputList.java25 import org.w3c.dom.ls.LSInput;
29 * ordered collection of <code>LSInput</code>s, without defining or
34 * The number of <code>LSInput</code>s in the list. The range of valid
44 * @return The <code>LSInput</code> at the <code>index</code>th
48 public LSInput item(int index);
H A DXSLoader.java24 import org.w3c.dom.ls.LSInput;
68 * <code>LSInput</code>s.
69 * @param is The list of <code>LSInput</code>s from which the XML
86 * <code>LSInput</code> .
87 * @param is The <code>LSInput</code> from which the source
91 public XSModel load(LSInput is);
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSLoadEvent.java62 public LSInput getInput();
H A DLSProgressEvent.java61 public LSInput getInput();
H A DLSResourceResolver.java100 * @return A <code>LSInput</code> object describing the new input
104 public LSInput resolveResource(String type,
H A DDOMImplementationLS.java133 * <code>LSInput.characterStream</code>, <code>LSInput.byteStream</code>
134 * , <code>LSInput.stringData</code> <code>LSInput.systemId</code>,
135 * <code>LSInput.publicId</code>, <code>LSInput.baseURI</code>, and
136 * <code>LSInput.encoding</code> are null, and
137 * <code>LSInput.certifiedText</code> is false.
140 public LSInput createLSInput();
H A DLSParser.java124 * <code>LSInput</code> object. </dd>
196 * Explicitly setting an encoding in the <code>LSInput</code> overrides
327 * <code>LSInput</code>.
328 * @param input The <code>LSInput</code> from which the source of the
344 public Document parse(LSInput input)
409 * <code>LSInput</code> and insert the content into an existing document
442 * @param input The <code>LSInput</code> from which the source document
483 public Node parseWithContext(LSInput input,
H A DLSInput.java57 * <p> The <code>LSParser</code> will use the <code>LSInput</code> object to
59 * different inputs specified in the <code>LSInput</code> in the following
63 * <li> <code>LSInput.characterStream</code>
66 * <code>LSInput.byteStream</code>
68 * <li> <code>LSInput.stringData</code>
71 * <code>LSInput.systemId</code>
73 * <li> <code>LSInput.publicId</code>
80 * <p> <code>LSInput</code> objects belong to the application. The DOM
86 public interface LSInput { interface
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DLSInputListImpl.java28 import org.w3c.dom.ls.LSInput;
44 public static final LSInputListImpl EMPTY_LIST = new LSInputListImpl(new LSInput[0], 0);
47 private final LSInput[] fArray;
57 public LSInputListImpl(LSInput[] array, int length) {
63 * The number of <code>LSInput</code>s in the list. The range of valid
75 * @return The <code>LSInput</code> at the <code>index</code>th
79 public LSInput item(int index) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DLSInputSAXWrapper.java31 import org.w3c.dom.ls.LSInput;
35 * LSInput implementation that wraps a SAX InputSource
39 public class LSInputSAXWrapper implements LSInput {
H A DSchemaConstraintChecker.java39 import org.w3c.dom.ls.LSInput;
72 public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMInputImpl.java23 import org.w3c.dom.ls.LSInput;
40 * <p> The <code>DOMParser</code> will use the <code>LSInput</code>
46 * <p> An <code>LSInput</code> object belongs to the application: the
49 * DOM implementation is expected to never mutate a LSInput.
60 // DOMInputImpl extends XMLInputSource implements LSInput
63 public class DOMInputImpl implements LSInput {
H A DCoreDOMImplementationImpl.java37 import org.w3c.dom.ls.LSInput;
396 public LSInput createLSInput() {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMEntityResolverWrapper.java31 import org.w3c.dom.ls.LSInput;
109 LSInput inputSource =
133 * An LSParser looks at inputs specified in LSInput in
H A DXMLCatalogResolver.java29 import org.w3c.dom.ls.LSInput;
333 public LSInput resolveResource(String type, String namespaceURI,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSLoaderImpl.java39 import org.w3c.dom.ls.LSInput;
120 * <code>LSInput</code>s.
121 * @param is The list of <code>LSInput</code>s from which the XML
160 * <code>LSInput</code> .
161 * @param is The <code>LSInput</code> from which the source
165 public XSModel load(LSInput is) {
H A DXMLSchemaLoader.java81 import org.w3c.dom.ls.LSInput;
1099 * @see com.sun.org.apache.xerces.internal.xs.XSLoader#load(org.w3c.dom.ls.LSInput)
1101 public XSModel load(LSInput is) {
1344 XMLInputSource dom2xmlInputSource(LSInput is) {
1345 // need to wrap the LSInput with an XMLInputSource
1349 * An LSParser looks at inputs specified in LSInput in
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DSchemaCompilerImpl.java59 import org.w3c.dom.ls.LSInput;
225 public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java54 import org.w3c.dom.ls.LSInput;
152 public LSInput resolveResource(String type,String ns, String publicId, String systemId, String baseUri) {
159 LSInput di = new DOMInputImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java48 import org.w3c.dom.ls.LSInput;
193 public LSInput resolveResource(String type, String namespaceURI, String publicId, final String systemId, final String baseURI) {
206 return new LSInput() {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java67 import org.w3c.dom.ls.LSInput;
968 * <code>LSInput</code>.
971 public Document parse (LSInput is) throws LSException {
973 // need to wrap the LSInput with an XMLInputSource
1032 * <code>LSInput</code> and insert the content into an existing
1037 * @param is The <code>LSInput</code> from which the source
1049 public Node parseWithContext (LSInput is, Node cnode,
1057 * NON-DOM: convert LSInput to XNIInputSource
1062 XMLInputSource dom2xmlInputSource (LSInput is) {
1063 // need to wrap the LSInput wit
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java74 import org.w3c.dom.ls.LSInput;
1016 * Resolves the given resource and adapts the <code>LSInput</code>
1022 LSInput lsInput = fEntityResolver.resolveResource(XML_TYPE, null, publicId, systemId, baseURI);
1033 * An LSParser looks at inputs specified in LSInput in

Completed in 5107 milliseconds