|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.n3.nanoxml.XMLEntityResolver
public class XMLEntityResolver
An XMLEntityResolver resolves entities.
Constructor Summary | |
---|---|
XMLEntityResolver()
Initializes the resolver. |
Method Summary | |
---|---|
void |
addExternalEntity(java.lang.String name,
java.lang.String publicID,
java.lang.String systemID)
Adds an external entity. |
void |
addInternalEntity(java.lang.String name,
java.lang.String value)
Adds an internal entity. |
protected void |
finalize()
Cleans up the object when it's destroyed. |
java.io.Reader |
getEntity(IXMLReader xmlReader,
java.lang.String name)
Returns a Java reader containing the value of an entity. |
boolean |
isExternalEntity(java.lang.String name)
Returns true if an entity is external. |
protected java.io.Reader |
openExternalEntity(IXMLReader xmlReader,
java.lang.String publicID,
java.lang.String systemID)
Opens an external entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLEntityResolver()
Method Detail |
---|
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public void addInternalEntity(java.lang.String name, java.lang.String value)
addInternalEntity
in interface IXMLEntityResolver
name
- the name of the entity.value
- the value of the entity.public void addExternalEntity(java.lang.String name, java.lang.String publicID, java.lang.String systemID)
addExternalEntity
in interface IXMLEntityResolver
name
- the name of the entity.publicID
- the public ID of the entity, which may be null.systemID
- the system ID of the entity.public java.io.Reader getEntity(IXMLReader xmlReader, java.lang.String name) throws XMLParseException
getEntity
in interface IXMLEntityResolver
xmlReader
- the current XML readername
- the name of the entity.
XMLParseException
- If an exception occurred while resolving the entity.public boolean isExternalEntity(java.lang.String name)
isExternalEntity
in interface IXMLEntityResolver
name
- the name of the entity.protected java.io.Reader openExternalEntity(IXMLReader xmlReader, java.lang.String publicID, java.lang.String systemID) throws XMLParseException
xmlReader
- the current XML readerpublicID
- the public ID, which may be nullsystemID
- the system ID
XMLParseException
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |