See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
public interface ASNotationDeclaration extends ASObject
AS_ATTRIBUTE_DECLARATION, AS_CONTENTMODEL, AS_ELEMENT_DECLARATION, AS_ENTITY_DECLARATION, AS_MODEL, AS_NOTATION_DECLARATION
Modifier and Type | Method and Description |
---|---|
String |
getPublicId()
Deprecated.
The string representing the public identifier for this notation
declaration, if present;
null otherwise. |
String |
getSystemId()
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present,
null otherwise. |
void |
setPublicId(String publicId)
Deprecated.
The string representing the public identifier for this notation
declaration, if present;
null otherwise. |
void |
setSystemId(String systemId)
Deprecated.
the URI reference representing the system identifier for the notation
declaration, if present,
null otherwise. |
cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefix
String getSystemId()
null
otherwise.void setSystemId(String systemId)
null
otherwise.String getPublicId()
null
otherwise.void setPublicId(String publicId)
null
otherwise.Copyright © 2016 JBoss by Red Hat. All rights reserved.