|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
|---|---|
| org.ow2.orchestra.pvm.internal.util | |
| org.ow2.orchestra.pvm.internal.xml | |
| Uses of Entity in org.ow2.orchestra.pvm.internal.util |
|---|
| Classes in org.ow2.orchestra.pvm.internal.util that implement Entity | |
|---|---|
class |
UrlEntity
an implementation of Entity based on a URL used in the
Parsers implementation of EntityResolver. |
| Uses of Entity in org.ow2.orchestra.pvm.internal.xml |
|---|
| Fields in org.ow2.orchestra.pvm.internal.xml with type parameters of type Entity | |
|---|---|
protected Map<String,Entity> |
Parser.entities
|
| Methods in org.ow2.orchestra.pvm.internal.xml with parameters of type Entity | |
|---|---|
void |
Parser.addEntity(String publicId,
Entity entity)
adds a resolver to the schema catalog. |
| Constructor parameters in org.ow2.orchestra.pvm.internal.xml with type arguments of type Entity | |
|---|---|
Parser(Bindings bindings,
Map<String,Entity> entities)
creates a new Parser with bindings and entities that can be maintained statically in specialized subclasses of Parser. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||