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 TypeMethodDescriptionfinal ImplAdd content after each element in the set of matched elements.final ImplAppend content to the end of each element's content in the set of matched elements.final ImplSet an attribute on all elements in the set of matched elements.final ImplAdd content before each element in the set of matched elements.final ImplSet some CDATA content to all elements in the set of matched elements (possibly replacing existing content).final ImplAdd some XML content to all elements in the set of matched elements (possibly replacing existing content).final ImplPrepend content to the beginning of each element's content in the set of matched elements.final MatchRename all tags in the set of matched elements to some new tag namefinal ImplImpl.replaceWith(Content content) Match.replaceWith(Content content) Replace all elements in the set of matched elements with some new content.final ImplSet some text content to all elements in the set of matched elements (possibly replacing existing content).final ImplWrap all elements in the set of matched elements in a new parent element