GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type org.w3c.dom.ls.LSInput | |
Document | Parse an XML document from a resource identified by a
LSInput .
|
Node | Parse an XML fragment from a resource identified by a
LSInput and insert the content into an existing document
at the position specified with the context and
action arguments. |
Methods with return type org.w3c.dom.ls.LSInput | |
LSInput | Create a new empty input source object where
LSInput.characterStream , LSInput.byteStream
, LSInput.stringData LSInput.systemId ,
LSInput.publicId , LSInput.baseURI , and
LSInput.encoding are null, and
LSInput.certifiedText is false.
|
LSInput | The input source that was parsed.
|
LSInput | The input source that is being parsed.
|
LSInput | LSResourceResolver.resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) Allow the application to resolve external resources.
|
GNU Classpath (0.95) |