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
 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.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).
 



Copyright © 2012. All Rights Reserved.