|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.ResourceEntityResolver
@ThreadSafe public class ResourceEntityResolver
Entity Resolver for standard MathML entities.
This class contains support for resolving all entities which are in the default MathML namespaces. It currently has support for
| Field Summary | |
|---|---|
static String |
MML2_PUBLICID
The public ID for mathML. |
static String |
MML2_SYSTEMID
The system ID for mathML. |
| Constructor Summary | |
|---|---|
ResourceEntityResolver()
Default constructor. |
|
| Method Summary | |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MML2_SYSTEMID
public static final String MML2_PUBLICID
| Constructor Detail |
|---|
public ResourceEntityResolver()
| Method Detail |
|---|
public InputSource resolveEntity(String publicId,
String systemId)
resolveEntity in interface EntityResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||