|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.dtd.Notation
public class Notation
Implementation of DTD Notation declaration specification.
Constructor Summary | |
---|---|
Notation(DTDdocument document,
java.lang.String name)
Constructor, setting name and owning DTD document of the notation. |
Method Summary | |
---|---|
DTDdocument |
getDocument()
Returns DTD document owning this notation. |
java.lang.String |
getName()
Returns the name of the notation. |
java.lang.String |
getPubIdentifier()
Returns public identifier. |
java.lang.String |
getSysIdentifier()
Returns system identifier. |
boolean |
isPublic()
True if PUBLIC notation, false otherwise. |
boolean |
isSystem()
True if SYSTEM notation, false otherwise. |
void |
setPublic(java.lang.String pubId,
java.lang.String sysId)
Sets the notation to PUBLIC. |
void |
setSystem(java.lang.String sysId)
Sets the notation to SYSTEM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Notation(DTDdocument document, java.lang.String name)
document
- must not be null.name
- must not be null or equal to empty String.Method Detail |
---|
public java.lang.String getName()
public DTDdocument getDocument()
public void setPublic(java.lang.String pubId, java.lang.String sysId)
pubId
- public identifier - must not be null.sysId
- system identifier - must not be null.public boolean isPublic()
public void setSystem(java.lang.String sysId)
sysId
- system identifier - must not be null.public boolean isSystem()
public java.lang.String getPubIdentifier()
public java.lang.String getSysIdentifier()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |