Package net.sourceforge.jeuclid
Class ResourceEntityResolver
- java.lang.Object
-
- net.sourceforge.jeuclid.ResourceEntityResolver
-
- All Implemented Interfaces:
org.xml.sax.EntityResolver
@ThreadSafe public class ResourceEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolverEntity 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
- MathML 1.0.1
- OpenOffice MathML 1.0.1
- MathML 2.0
- Version:
- $Revision: f7ce187232a8 $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMML2_PUBLICIDThe public ID for mathML.static java.lang.StringMML2_SYSTEMIDThe system ID for mathML.
-
Constructor Summary
Constructors Constructor Description ResourceEntityResolver()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.InputSourceresolveEntity(java.lang.String publicId, java.lang.String systemId)
-
-
-
Field Detail
-
MML2_SYSTEMID
public static final java.lang.String MML2_SYSTEMID
The system ID for mathML.- See Also:
- Constant Field Values
-
MML2_PUBLICID
public static final java.lang.String MML2_PUBLICID
The public ID for mathML.- See Also:
- Constant Field Values
-
-