Class ExternalEntityDecl
java.lang.Object
org.dom4j.dtd.ExternalEntityDecl
- All Implemented Interfaces:
Decl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Getter for property name.Getter for property publicID.Getter for property systemID.void
Setter for property name.void
setPublicID
(String publicID) Setter for property publicID.void
setSystemID
(String systemID) Setter for property systemID.toString()
-
Field Details
-
name
Holds value of property name. -
publicID
Holds value of property publicID. -
systemID
Holds value of property systemID.
-
-
Constructor Details
-
ExternalEntityDecl
public ExternalEntityDecl() -
ExternalEntityDecl
-
-
Method Details
-
getName
-
setName
Setter for property name.- Parameters:
name
- New value of property name.
-
getPublicID
-
setPublicID
Setter for property publicID.- Parameters:
publicID
- New value of property publicID.
-
getSystemID
-
setSystemID
Setter for property systemID.- Parameters:
systemID
- New value of property systemID.
-
toString
-