net.sourceforge.jeuclid
Class ResourceEntityResolver

java.lang.Object
  extended by net.sourceforge.jeuclid.ResourceEntityResolver
All Implemented Interfaces:
EntityResolver

@ThreadSafe
public class ResourceEntityResolver
extends Object
implements EntityResolver

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

Version:
$Revision: 2bab6eb875e8 $

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

MML2_SYSTEMID

public static final String MML2_SYSTEMID
The system ID for mathML.

See Also:
Constant Field Values

MML2_PUBLICID

public static final String MML2_PUBLICID
The public ID for mathML.

See Also:
Constant Field Values
Constructor Detail

ResourceEntityResolver

public ResourceEntityResolver()
Default constructor.

Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)

Specified by:
resolveEntity in interface EntityResolver


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.