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