Uses of Class
eu.maveniverse.domtrip.Text
Packages that use Text
-
Uses of Text in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return TextModifier and TypeMethodDescriptionText.asCData()Converts this text node to a CDATA section.Editor.EditorTextBuilder.build()Builds and adds the text node to the document.Text.cdata(boolean cData) static TextCreates a CDATA text node with the specified content.Text.clone()Deprecated.Text.contentPreservingWhitespace(String newContent) Sets new content while preserving the existing whitespace pattern.Text.copy()Creates a deep copy of this node.static TextCreates a text node with the specified content.static TextCreates a text node with the specified content and CDATA flag.Text.parent(ContainerNode parent) Sets the parent container node of this node.Text.precedingWhitespace(String whitespace) Sets the whitespace that precedes this node.Text.preserveWhitespace(boolean preserveWhitespace) Text.rawContent(String rawContent) Methods in eu.maveniverse.domtrip that return types with arguments of type TextModifier and TypeMethodDescriptionContainerNode.findTextNode()Element.textChild()Finds the first text child node.Methods in eu.maveniverse.domtrip with parameters of type TextModifier and TypeMethodDescriptiondefault DomTripVisitor.ActionCalled for text nodes during traversal.Method parameters in eu.maveniverse.domtrip with type arguments of type TextModifier and TypeMethodDescriptionTreeWalker.onText(Function<Text, DomTripVisitor.Action> handler) Sets the callback invoked for each text node.
Text.copy()instead.