|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.types.DTDLocation
Helper class to handle the DTD and Entity nested elements.
Constructor Summary | |
DTDLocation()
|
Method Summary | |
java.lang.String |
getLocation()
|
java.lang.String |
getPublicId()
|
void |
setLocation(java.lang.String location)
|
void |
setPublicId(java.lang.String publicId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDLocation()
Method Detail |
public void setPublicId(java.lang.String publicId)
publicId
- uniquely identifies the resourcepublic void setLocation(java.lang.String location)
location
- the location of the resource associated with the
publicIdpublic java.lang.String getPublicId()
public java.lang.String getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |