Package org.jsoup.nodes
Class PseudoTextElement
java.lang.Object
org.jsoup.nodes.Node
org.jsoup.nodes.Element
org.jsoup.nodes.PseudoTextElement
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jsoup.nodes.Element
Element.NodeList -
Field Summary
Fields inherited from class org.jsoup.nodes.Element
attributes, BaseUriKey, childNodes, tagFields inherited from class org.jsoup.nodes.Node
EmptyNodes, EmptyString, parentNode, siblingIndex -
Constructor Summary
ConstructorsConstructorDescriptionPseudoTextElement(Tag tag, String baseUri, Attributes attributes) Deprecated. -
Method Summary
Modifier and TypeMethodDescription(package private) voidouterHtmlHead(QuietAppendable accum, Document.OutputSettings out) Deprecated.Get the outer HTML of this node.(package private) voidouterHtmlTail(QuietAppendable accum, Document.OutputSettings out) Deprecated.Methods inherited from class org.jsoup.nodes.Element
addClass, after, after, append, appendChild, appendChildren, appendElement, appendElement, appendText, appendTo, attr, attr, attribute, attributes, baseUri, before, before, cachedChildren, child, childElementsList, childNodeSize, children, childrenSize, className, classNames, classNames, clearAttributes, clone, closest, closest, cssSelector, data, dataNodes, dataset, doClone, doSetBaseUri, elementIs, elementSiblingIndex, empty, endSourceRange, ensureChildNodes, expectFirst, expectFirstNode, filter, firstElementChild, firstElementSibling, forEach, forEachNode, getAllElements, getElementById, getElementsByAttribute, getElementsByAttributeStarting, getElementsByAttributeValue, getElementsByAttributeValueContaining, getElementsByAttributeValueEnding, getElementsByAttributeValueMatching, getElementsByAttributeValueMatching, getElementsByAttributeValueNot, getElementsByAttributeValueStarting, getElementsByClass, getElementsByIndexEquals, getElementsByIndexGreaterThan, getElementsByIndexLessThan, getElementsByTag, getElementsContainingOwnText, getElementsContainingText, getElementsMatchingOwnText, getElementsMatchingOwnText, getElementsMatchingText, getElementsMatchingText, hasAttributes, hasChildNodes, hasClass, hasText, hasValidChildren, html, html, html, id, id, insertChildren, insertChildren, invalidateChildren, is, is, isBlock, iterator, lastElementChild, lastElementSibling, nextElementSiblings, nodeName, nodeValue, normalName, ownText, parent, parents, prepend, prependChild, prependChildren, prependElement, prependElement, prependText, preserveWhitespace, previousElementSiblings, reindexChildren, removeAttr, removeClass, root, searchUpForAttribute, select, select, selectFirst, selectFirst, selectFirstNode, selectFirstNode, selectNodes, selectNodes, selectNodes, selectNodes, selectStream, selectStream, selectXpath, selectXpath, shallowClone, siblingElements, stream, tag, tag, tagName, tagName, tagName, text, text, textNodes, toggleClass, traverse, val, val, wholeOwnText, wholeText, wrapMethods inherited from class org.jsoup.nodes.Node
absUrl, addChildren, addChildren, attr, attributesSize, childNode, childNodes, childNodesAsArray, childNodesCopy, equals, firstChild, firstSibling, hasAttr, hashCode, hasParent, hasSameValue, indent, lastChild, lastSibling, nameIs, nextElementSibling, nextSibling, nodeStream, nodeStream, outerHtml, outerHtml, outerHtml, ownerDocument, parentElement, parentElementIs, parentNameIs, parentNode, previousElementSibling, previousSibling, remove, removeChild, reparentChild, replaceChild, replaceWith, setBaseUri, setParentNode, setSiblingIndex, siblingIndex, siblingNodes, sourceRange, toString, unwrapMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
spliterator
-
Constructor Details
-
PseudoTextElement
Deprecated.
-
-
Method Details
-
outerHtmlHead
Deprecated.Description copied from class:NodeGet the outer HTML of this node.- Overrides:
outerHtmlHeadin classElement- Parameters:
accum- accumulator to place HTML intoout-
-
outerHtmlTail
Deprecated.- Overrides:
outerHtmlTailin classElement
-
Element.selectNodes(String, Class)instead, with selector of::textnodeand classTextNode; will be removed in jsoup 1.24.1.