| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Entity | |
| org.jdom | |
| org.jdom.output | |
| Uses of Entity in org.jdom |
| Constructors in org.jdom with parameters of type Entity | |
IllegalAddException.IllegalAddException(Element base, Entity added, String reason)This will create an Exception indicating
that the addition of the Entity
supplied as content to the supplied element is not allowed. | |
| Methods in org.jdom that return Entity | |
Entity | Entity.addChild(String s)This will add a String as a child of this
Entity. |
Entity | Entity.addChild(Element element)This will add an Element as a child of this
Entity. |
Entity | Entity.addText(String text)This will add text to the content of this Entity. |
Entity | Entity.setChildren(List children)This will set the children of this Entity to the
Elements within the supplied :ost. |
Entity | Entity.setContent(String textContent)This will set the textual content of the Entity. |
Entity | Entity.setMixedContent(List mixedContent)This will return the content of the element. |
| Methods in org.jdom with parameters of type Entity | |
Element | Element.addContent(Entity entity)This adds entity content to this element. |
boolean | Element.removeContent(Entity entity)This removes the specified Entity. |
| Uses of Entity in org.jdom.output |
| Methods in org.jdom.output with parameters of type Entity | |
void | XMLOutputter.output(Entity entity, OutputStream out)Print out an Entity. |
void | XMLOutputter.output(Entity entity, Writer out)Print out an Entity. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||