Modifier and Type | Field and Description |
---|---|
pack-priv String | |
pack-priv String | |
pack-priv String |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public String | |
public String | getPublicId()
Implements javax. The notation's public identifier, or null if none was given. |
public String | getSystemId()
Implements javax. The notation's system identifier, or null if none was given. |
pack-priv void | |
pack-priv void | |
pack-priv void | |
protected void | writeAsEncodedUnicodeEx(Writer
The writer that will output the data writer)Implements abstract com. Helper method in order to expose IOException. |
fName | back to summary |
---|---|
pack-priv String fName |
fPublicId | back to summary |
---|---|
pack-priv String fPublicId |
fSystemId | back to summary |
---|---|
pack-priv String fSystemId |
NotationDeclarationImpl | back to summary |
---|---|
public NotationDeclarationImpl() Creates a new instance of NotationDeclarationImpl |
NotationDeclarationImpl | back to summary |
---|---|
public NotationDeclarationImpl(String name, String publicId, String systemId) |
NotationDeclarationImpl | back to summary |
---|---|
public NotationDeclarationImpl(XMLNotationDecl notation) |
getName | back to summary |
---|---|
public String getName() Implements javax. Doc from javax. The notation name.
|
getPublicId | back to summary |
---|---|
public String getPublicId() Implements javax. Doc from javax. The notation's public identifier, or null if none was given.
|
getSystemId | back to summary |
---|---|
public String getSystemId() Implements javax. Doc from javax. The notation's system identifier, or null if none was given.
|
setName | back to summary |
---|---|
pack-priv void setName(String name) |
setPublicId | back to summary |
---|---|
pack-priv void setPublicId(String publicId) |
setSystemId | back to summary |
---|---|
pack-priv void setSystemId(String systemId) |
writeAsEncodedUnicodeEx | back to summary |
---|---|
protected void writeAsEncodedUnicodeEx(Writer writer) throws IOException Implements abstract com. Doc from com. Helper method in order to expose IOException.
|