Uses of Interface
org.joox.Content

Uses of Content in org.joox
 

Methods in org.joox that return Content
static Content JOOX.content(String value)
          Get a constant content that returns the same value for all elements.
 

Methods in org.joox with parameters of type Content
 X X.after(Content content)
          Add content after each element in the set of matched elements.
 X X.append(Content content)
          Append content to the end of each element's content in the set of matched elements.
 X X.attr(String name, Content value)
          Set an attribute on all elements in the set of matched elements.
 X X.before(Content content)
          Add content before each element in the set of matched elements.
 X X.content(Content content)
          Add some XML content to all elements in the set of matched elements (possibly replacing existing content).
 X X.prepend(Content content)
          Prepend content to the beginning of each element's content in the set of matched elements.
 X X.replaceWith(Content content)
          Replace all elements in the set of matched elements with some new content.
 X X.text(Content content)
          Set some text content to all elements in the set of matched elements (possibly replacing existing content).
 



Copyright © 2011. All Rights Reserved.