|
|||||||||
| Home >> All >> org >> w3c >> dom >> [ ls overview ] | PREV NEXT | ||||||||
A
- ACTION_APPEND_AS_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
- Append the result of the parse operation as children of the context node.
- ACTION_INSERT_AFTER - Static variable in interface org.w3c.dom.ls.LSParser
- Insert the result of the parse operation as the immediately following sibling of the context node.
- ACTION_INSERT_BEFORE - Static variable in interface org.w3c.dom.ls.LSParser
- Insert the result of the parse operation as the immediately preceding sibling of the context node.
- ACTION_REPLACE - Static variable in interface org.w3c.dom.ls.LSParser
- Replace the context node with the result of the parse operation.
- ACTION_REPLACE_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
- Replace all the children of the context node with the result of the parse operation.
- abort() - Method in interface org.w3c.dom.ls.LSParser
- Abort the loading of the document that is currently being loaded by
the
LSParser. - acceptNode(Node) - Method in interface org.w3c.dom.ls.LSParserFilter
- This method will be called by the parser at the completion of the parsing of each node.
C
- code - Variable in class org.w3c.dom.ls.LSException
- createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new empty input source object where
LSInput.characterStream,LSInput.byteStream,LSInput.stringDataLSInput.systemId,LSInput.publicId,LSInput.baseURI, andLSInput.encodingare null, andLSInput.certifiedTextis false. - createLSOutput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new empty output destination object where
LSOutput.characterStream,LSOutput.byteStream,LSOutput.systemId,LSOutput.encodingare null. - createLSParser(short, String) - Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new
LSParser. - createLSSerializer() - Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new
LSSerializerobject.
D
- DOMImplementationLS - interface org.w3c.dom.ls.DOMImplementationLS.
DOMImplementationLScontains the factory methods for creating Load and Save objects.
F
- FILTER_ACCEPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
- Accept the node.
- FILTER_INTERRUPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
- Interrupt the normal processing of the document.
- FILTER_REJECT - Static variable in interface org.w3c.dom.ls.LSParserFilter
- Reject the node and its children.
- FILTER_SKIP - Static variable in interface org.w3c.dom.ls.LSParserFilter
- Skip this single node.
G
- getAsync() - Method in interface org.w3c.dom.ls.LSParser
trueif theLSParseris asynchronous,falseif it is synchronous.- getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
- The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for
resolving a relative
systemIdto an absolute URI. - getBusy() - Method in interface org.w3c.dom.ls.LSParser
trueif theLSParseris currently busy loading a document, otherwisefalse.- getByteStream() - Method in interface org.w3c.dom.ls.LSInput
- An attribute of a language and binding dependent type that represents a stream of bytes.
- getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
- An attribute of a language and binding dependent type that represents a writable stream of bytes.
- getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
- If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
- An attribute of a language and binding dependent type that represents a stream of 16-bit units.
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
- An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
- getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
- The
DOMConfigurationobject used when parsing an input source. - getDomConfig() - Method in interface org.w3c.dom.ls.LSSerializer
- The
DOMConfigurationobject used by theLSSerializerwhen serializing a DOM node. - getEncoding() - Method in interface org.w3c.dom.ls.LSInput
- The character encoding, if known.
- getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
- The character encoding to use for the output.
- getFilter() - Method in interface org.w3c.dom.ls.LSParser
- When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
- getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
- When the application provides a filter, the serializer will call out to the filter before serializing each Node.
- getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
- The input source that was parsed.
- getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
- The input source that is being parsed.
- getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
- The document that finished loading.
- getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
- The end-of-line sequence of characters to be used in the XML being written out.
- getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
- The current position in the input source, including all external entities and other resources that have been read.
- getPublicId() - Method in interface org.w3c.dom.ls.LSInput
- The public identifier for this input source.
- getStringData() - Method in interface org.w3c.dom.ls.LSInput
- String data to parse.
- getSystemId() - Method in interface org.w3c.dom.ls.LSInput
- The system identifier, a URI reference [IETF RFC 2396], for this input source.
- getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
- The system identifier, a URI reference [IETF RFC 2396], for this output destination.
- getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
- The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
- getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
- Tells the
LSParserwhat types of nodes to show to the methodLSParserFilter.acceptNode. - getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
- Tells the
LSSerializerwhat types of nodes to show to the filter.
L
- LSException - exception org.w3c.dom.ls.LSException.
- Parser or write operations may throw an
LSExceptionif the processing is stopped. - LSException(short, String) - Constructor for class org.w3c.dom.ls.LSException
- LSInput - interface org.w3c.dom.ls.LSInput.
- This interface represents an input source for data.
- LSLoadEvent - interface org.w3c.dom.ls.LSLoadEvent.
- This interface represents a load event object that signals the completion of a document load.
- LSOutput - interface org.w3c.dom.ls.LSOutput.
- This interface represents an output destination for data.
- LSParser - interface org.w3c.dom.ls.LSParser.
- An interface to an object that is able to build, or augment, a DOM tree from various input sources.
- LSParserFilter - interface org.w3c.dom.ls.LSParserFilter.
LSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.- LSProgressEvent - interface org.w3c.dom.ls.LSProgressEvent.
- This interface represents a progress event object that notifies the application about progress as a document is parsed.
- LSResourceResolver - interface org.w3c.dom.ls.LSResourceResolver.
LSResourceResolverprovides a way for applications to redirect references to external resources.- LSSerializer - interface org.w3c.dom.ls.LSSerializer.
- A
LSSerializerprovides an API for serializing (writing) a DOM document out into XML. - LSSerializerFilter - interface org.w3c.dom.ls.LSSerializerFilter.
LSSerializerFilters provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not.
M
- MODE_ASYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
- Create an asynchronous
LSParser. - MODE_SYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
- Create a synchronous
LSParser.
O
- org.w3c.dom.ls - package org.w3c.dom.ls
- This package contains the DOM Level 3 Core interfaces.
P
- PARSE_ERR - Static variable in class org.w3c.dom.ls.LSException
- If an attempt was made to load a document, or an XML Fragment, using
LSParserand the processing has been stopped. - parse(LSInput) - Method in interface org.w3c.dom.ls.LSParser
- Parse an XML document from a resource identified by a
LSInput. - parseURI(String) - Method in interface org.w3c.dom.ls.LSParser
- Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
- parseWithContext(LSInput, Node, short) - Method in interface org.w3c.dom.ls.LSParser
- Parse an XML fragment from a resource identified by a
LSInputand insert the content into an existing document at the position specified with thecontextandactionarguments.
R
- resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
- Allow the application to resolve external resources.
S
- SERIALIZE_ERR - Static variable in class org.w3c.dom.ls.LSException
- If an attempt was made to serialize a
NodeusingLSSerializerand the processing has been stopped. - setBaseURI(String) - Method in interface org.w3c.dom.ls.LSInput
- The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for
resolving a relative
systemIdto an absolute URI. - setByteStream(InputStream) - Method in interface org.w3c.dom.ls.LSInput
- An attribute of a language and binding dependent type that represents a stream of bytes.
- setByteStream(OutputStream) - Method in interface org.w3c.dom.ls.LSOutput
- An attribute of a language and binding dependent type that represents a writable stream of bytes.
- setCertifiedText(boolean) - Method in interface org.w3c.dom.ls.LSInput
- If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
- setCharacterStream(Reader) - Method in interface org.w3c.dom.ls.LSInput
- An attribute of a language and binding dependent type that represents a stream of 16-bit units.
- setCharacterStream(Writer) - Method in interface org.w3c.dom.ls.LSOutput
- An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
- setEncoding(String) - Method in interface org.w3c.dom.ls.LSInput
- The character encoding, if known.
- setEncoding(String) - Method in interface org.w3c.dom.ls.LSOutput
- The character encoding to use for the output.
- setFilter(LSParserFilter) - Method in interface org.w3c.dom.ls.LSParser
- When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
- setFilter(LSSerializerFilter) - Method in interface org.w3c.dom.ls.LSSerializer
- When the application provides a filter, the serializer will call out to the filter before serializing each Node.
- setNewLine(String) - Method in interface org.w3c.dom.ls.LSSerializer
- The end-of-line sequence of characters to be used in the XML being written out.
- setPublicId(String) - Method in interface org.w3c.dom.ls.LSInput
- The public identifier for this input source.
- setStringData(String) - Method in interface org.w3c.dom.ls.LSInput
- String data to parse.
- setSystemId(String) - Method in interface org.w3c.dom.ls.LSInput
- The system identifier, a URI reference [IETF RFC 2396], for this input source.
- setSystemId(String) - Method in interface org.w3c.dom.ls.LSOutput
- The system identifier, a URI reference [IETF RFC 2396], for this output destination.
- startElement(Element) - Method in interface org.w3c.dom.ls.LSParserFilter
- The parser will call this method after each
Elementstart tag has been scanned, but before the remainder of theElementis processed.
W
- write(Node, LSOutput) - Method in interface org.w3c.dom.ls.LSSerializer
- Serialize the specified node as described above in the general
description of the
LSSerializerinterface. - writeToString(Node) - Method in interface org.w3c.dom.ls.LSSerializer
- Serialize the specified node as described above in the general
description of the
LSSerializerinterface. - writeToURI(Node, String) - Method in interface org.w3c.dom.ls.LSSerializer
- A convenience method that acts as if
LSSerializer.writewas called with aLSOutputwith no encoding specified andLSOutput.systemIdset to theuriargument.
A C D F G L M O P R S W
|
|||||||||
| Home >> All >> org >> w3c >> dom >> [ ls overview ] | PREV NEXT | ||||||||