Package | Description |
---|---|
org.joox |
Modifier and Type | Method | Description |
---|---|---|
static Content |
JOOX.content(java.lang.Object value) |
Get a constant content that returns a marshalled, JAXB-annotated
value for all elements. |
static Content |
JOOX.content(java.lang.String value) |
Get a constant content that returns the same
value for all
elements. |
Modifier and Type | Method | Description |
---|---|---|
Match |
Match.after(Content content) |
Add content after each element in the set of matched elements.
|
Match |
Match.append(Content content) |
Append content to the end of each element's content in the set of matched
elements.
|
Match |
Match.attr(java.lang.String name,
Content value) |
Set an attribute on all elements in the set of matched elements.
|
Match |
Match.before(Content content) |
Add content before each element in the set of matched elements.
|
Match |
Match.cdata(Content content) |
Set some CDATA content to all elements in the set of matched elements
(possibly replacing existing content).
|
Match |
Match.content(Content content) |
Add some XML content to all elements in the set of matched elements
(possibly replacing existing content).
|
Match |
Match.prepend(Content content) |
Prepend content to the beginning of each element's content in the set of
matched elements.
|
Match |
Match.rename(Content tag) |
Rename all tags in the set of matched elements to some new tag name
|
Match |
Match.replaceWith(Content content) |
Replace all elements in the set of matched elements with some new
content.
|
Match |
Match.text(Content content) |
Set some text content to all elements in the set of matched elements
(possibly replacing existing content).
|
Match |
Match.wrap(Content parent) |
Wrap all elements in the set of matched elements in a new parent element
|
Copyright © 2018. All rights reserved.