Uses of Interface org.dom4j.Entity

Uses in package org.dom4j.io

Methods with parameter type org.dom4j.Entity

void
DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument, org.w3c.dom.Node domCurrent, Entity entity)
void
Generates SAX events for the given Entity
void
Writes the given Entity.
void
void
Writes a DOM4J Entityto the stream.
void

Methods with return type org.dom4j.Entity

Entity
STAXEventReader.createEntity(EntityReference entityRef)
Constructs a new DOM4J Entity from the provided StAX EntityReference event.
Entity
STAXEventReader.readEntityReference(XMLEventReader reader)
Constructs a DOM4J Entity from the provided event stream.

Uses in package org.dom4j.util

Methods with parameter type org.dom4j.Entity

int

Methods with return type org.dom4j.Entity

Entity
ProxyDocumentFactory.createEntity(String name, String text)

Uses in package org.dom4j

Methods with parameter type org.dom4j.Entity

void
Element.add(Entity entity)
Adds the given Entity to this element.
boolean
Removes the given Entity if the node is an immediate child of this element.
void
Visits the given Entity
void

Methods with return type org.dom4j.Entity

Entity
DocumentFactory.createEntity(String name, String text)
Entity
DocumentHelper.createEntity(String name, String text)

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo