| Package | Description | 
|---|---|
| org.joox | 
| Modifier and Type | Method and Description | 
|---|---|
static Content | 
JOOX.content(Object value)
Get a constant content that returns a marshalled, JAXB-annotated
  
value for all elements. | 
static Content | 
JOOX.content(String value)
Get a constant content that returns the same  
value for all
 elements. | 
| Modifier and Type | Method and 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(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.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
 
 The resulting set of matched elements contains the newly wrapped elements 
 | 
Copyright © 2015. All Rights Reserved.