Uses of Class
org.jdom.Entity

Packages that use Entity
org.jdom   
 

Uses of Entity in org.jdom
 

Methods in org.jdom that return Entity
 Entity Entity.setContent(java.lang.String textContent)
           This will set the textual content of the Entity.
 Entity Entity.setMixedContent(java.util.List mixedContent)
           This will return the content of the element.
 Entity Entity.setChildren(java.util.List children)
           This will set the children of this Entity to the Elements within the supplied :ost.
 Entity Entity.addText(java.lang.String text)
           This will add text to the content of this Entity.
 Entity Entity.addChild(Element element)
           This will add an Element as a child of this Entity.
 Entity Entity.addChild(java.lang.String s)
           This will add a String as a child of this Entity.
 

Methods in org.jdom with parameters of type Entity
 Element Element.addChild(Entity entity)
           This will add an Entity as a child of this Element.
 boolean Element.removeChild(Entity entity)
           This will remove the specified Entity.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.