#[repr(transparent)]pub struct Text { /* private fields */ }Expand description
The Text class.
This API requires the following crate features to be activated: Text
Implementations
Getter for the wholeText field of this object.
This API requires the following crate features to be activated: Text
Getter for the assignedSlot field of this object.
This API requires the following crate features to be activated: HtmlSlotElement, Text
The new Text(..) constructor, creating a new instance of Text.
This API requires the following crate features to be activated: Text
The splitText() method.
This API requires the following crate features to be activated: Text
pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Text
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element, Text
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Text
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Text
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element, Text
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: DomQuad, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: DomQuad, Element, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, Text
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Text
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element, Text
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Text
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Text
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element, Text
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Text
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Text
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element, Text
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Text
The getBoxQuads() method.
This API requires the following crate features to be activated: Text
The getBoxQuads() method.
This API requires the following crate features to be activated: BoxQuadOptions, Text
Methods from Deref<Target = CharacterData>
Getter for the data field of this object.
This API requires the following crate features to be activated: CharacterData
Setter for the data field of this object.
This API requires the following crate features to be activated: CharacterData
Getter for the length field of this object.
This API requires the following crate features to be activated: CharacterData
Getter for the previousElementSibling field of this object.
This API requires the following crate features to be activated: CharacterData, Element
Getter for the nextElementSibling field of this object.
This API requires the following crate features to be activated: CharacterData, Element
The appendData() method.
This API requires the following crate features to be activated: CharacterData
The deleteData() method.
This API requires the following crate features to be activated: CharacterData
The insertData() method.
This API requires the following crate features to be activated: CharacterData
The replaceData() method.
This API requires the following crate features to be activated: CharacterData
The substringData() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The remove() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
Methods from Deref<Target = Node>
Getter for the nodeType field of this object.
This API requires the following crate features to be activated: Node
Getter for the nodeName field of this object.
This API requires the following crate features to be activated: Node
Getter for the isConnected field of this object.
This API requires the following crate features to be activated: Node
Getter for the ownerDocument field of this object.
This API requires the following crate features to be activated: Document, Node
Getter for the parentNode field of this object.
This API requires the following crate features to be activated: Node
Getter for the parentElement field of this object.
This API requires the following crate features to be activated: Element, Node
Getter for the childNodes field of this object.
This API requires the following crate features to be activated: Node, NodeList
Getter for the firstChild field of this object.
This API requires the following crate features to be activated: Node
Getter for the lastChild field of this object.
This API requires the following crate features to be activated: Node
Getter for the previousSibling field of this object.
This API requires the following crate features to be activated: Node
Getter for the nextSibling field of this object.
This API requires the following crate features to be activated: Node
Getter for the nodeValue field of this object.
This API requires the following crate features to be activated: Node
Setter for the nodeValue field of this object.
This API requires the following crate features to be activated: Node
Getter for the textContent field of this object.
This API requires the following crate features to be activated: Node
Setter for the textContent field of this object.
This API requires the following crate features to be activated: Node
The appendChild() method.
This API requires the following crate features to be activated: Node
The cloneNode() method.
This API requires the following crate features to be activated: Node
The cloneNode() method.
This API requires the following crate features to be activated: Node
The compareDocumentPosition() method.
This API requires the following crate features to be activated: Node
The getRootNode() method.
This API requires the following crate features to be activated: Node
The getRootNode() method.
This API requires the following crate features to be activated: GetRootNodeOptions, Node
The hasChildNodes() method.
This API requires the following crate features to be activated: Node
The insertBefore() method.
This API requires the following crate features to be activated: Node
The isDefaultNamespace() method.
This API requires the following crate features to be activated: Node
The isEqualNode() method.
This API requires the following crate features to be activated: Node
The isSameNode() method.
This API requires the following crate features to be activated: Node
The lookupNamespaceURI() method.
This API requires the following crate features to be activated: Node
The lookupPrefix() method.
This API requires the following crate features to be activated: Node
The normalize() method.
This API requires the following crate features to be activated: Node
The removeChild() method.
This API requires the following crate features to be activated: Node
The replaceChild() method.
This API requires the following crate features to be activated: Node
Methods from Deref<Target = EventTarget>
The addEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
The addEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
The addEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
The dispatchEvent() method.
This API requires the following crate features to be activated: Event, EventTarget
The removeEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListenerOptions, EventTarget
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget
The removeEventListener() method.
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The removeEventListener() method.
This API requires the following crate features to be activated: EventListener, EventTarget
Methods from Deref<Target = Object>
The constructor property returns a reference to the Object constructor
function that created the instance object.
The hasOwnProperty() method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
The isPrototypeOf() method checks if an object exists in another
object’s prototype chain.
The propertyIsEnumerable() method returns a Boolean indicating
whether the specified property is enumerable.
The toLocaleString() method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
The toString() method returns a string representing the object.
The valueOf() method returns the primitive value of the
specified object.
Methods from Deref<Target = JsValue>
Returns the f64 value of this JS value if it’s an instance of a
number.
If this JS value is not an instance of a number then this returns
None.
If this JS value is a string value, this function copies the JS string
value into wasm linear memory, encoded as UTF-8, and returns it as a
Rust String.
To avoid the copying and re-encoding, consider the
JsString::try_from() function from js-sys
instead.
If this JS value is not an instance of a string or if it’s not valid
utf-8 then this returns None.
UTF-16 vs UTF-8
JavaScript strings in general are encoded as UTF-16, but Rust strings
are encoded as UTF-8. This can cause the Rust string to look a bit
different than the JS string sometimes. For more details see the
documentation about the str type which contains a few
caveats about the encodings.
Returns the bool value of this JS value if it’s an instance of a
boolean.
If this JS value is not an instance of a boolean then this returns
None.
Tests whether this JS value is undefined
Tests whether the type of this JS value is function.
Applies the unary typeof JS operator on a JsValue.
Applies the binary in JS operator on the two JsValues.
Compare two JsValues for equality, using the == operator in JS.
Applies the unary ~ JS operator on a JsValue.
Applies the binary >>> JS operator on the two JsValues.
Applies the binary / JS operator on two JsValues, catching and returning any RangeError thrown.
Applies the binary ** JS operator on the two JsValues.
Applies the binary < JS operator on the two JsValues.
Applies the binary <= JS operator on the two JsValues.
Applies the binary >= JS operator on the two JsValues.
Applies the binary > JS operator on the two JsValues.
Applies the unary + JS operator on a JsValue. Can throw.
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = CharacterData
type Target = CharacterData
The resulting type after dereferencing.
Dereferences the value.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
Test whether this JS value has a type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a zero-cost unchecked cast into the specified type. Read more
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Test whether this JS value is an instance of the type T. Read more
Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<Text>
type Anchor = ManuallyDrop<Text>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
Recover a Self::Anchor from Self::Abi. Read more
Auto Trait Implementations
impl RefUnwindSafe for Text
impl UnwindSafe for Text
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more