Uses of Interface
org.joox.Content
Packages that use Content
-
Uses of Content in org.joox
Modifier and TypeMethodDescriptionstatic Content
Get a constant content that returns a marshalled, JAXB-annotatedvalue
for all elements.static Content
Get a constant content that returns the samevalue
for all elements.Modifier and TypeMethodDescriptionfinal Impl
Add content after each element in the set of matched elements.final Impl
Append content to the end of each element's content in the set of matched elements.final Impl
Set an attribute on all elements in the set of matched elements.final Impl
Add content before each element in the set of matched elements.final Impl
Set some CDATA content to all elements in the set of matched elements (possibly replacing existing content).final Impl
Add some XML content to all elements in the set of matched elements (possibly replacing existing content).final Impl
Prepend content to the beginning of each element's content in the set of matched elements.final Match
Rename all tags in the set of matched elements to some new tag namefinal Impl
Impl.replaceWith
(Content content) Match.replaceWith
(Content content) Replace all elements in the set of matched elements with some new content.final Impl
Set some text content to all elements in the set of matched elements (possibly replacing existing content).final Impl
Wrap all elements in the set of matched elements in a new parent element