Impl |
Impl.after(Content content) |
|
Match |
Match.after(Content content) |
Add content after each element in the set of matched elements.
|
Impl |
Impl.append(Content content) |
|
Match |
Match.append(Content content) |
Append content to the end of each element's content in the set of matched
elements.
|
Impl |
Impl.attr(java.lang.String name,
Content content) |
|
Match |
Match.attr(java.lang.String name,
Content value) |
Set an attribute on all elements in the set of matched elements.
|
Impl |
Impl.before(Content content) |
|
Match |
Match.before(Content content) |
Add content before each element in the set of matched elements.
|
Impl |
Impl.cdata(Content content) |
|
Match |
Match.cdata(Content content) |
Set some CDATA content to all elements in the set of matched elements
(possibly replacing existing content).
|
Impl |
Impl.content(Content content) |
|
Match |
Match.content(Content content) |
Add some XML content to all elements in the set of matched elements
(possibly replacing existing content).
|
Impl |
Impl.prepend(Content content) |
|
Match |
Match.prepend(Content content) |
Prepend content to the beginning of each element's content in the set of
matched elements.
|
Match |
Impl.rename(Content tag) |
|
Match |
Match.rename(Content tag) |
Rename all tags in the set of matched elements to some new tag name
|
Impl |
Impl.replaceWith(Content content) |
|
Match |
Match.replaceWith(Content content) |
Replace all elements in the set of matched elements with some new
content.
|
Impl |
Impl.text(Content content) |
|
Match |
Match.text(Content content) |
Set some text content to all elements in the set of matched elements
(possibly replacing existing content).
|
Impl |
Impl.wrap(Content content) |
|
Match |
Match.wrap(Content parent) |
Wrap all elements in the set of matched elements in a new parent element
|