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;  nullotherwise. | 
| String | getSystemId()Deprecated.  the URI reference representing the system identifier for the notation 
 declaration, if present,  nullotherwise. | 
| void | setPublicId(String publicId)Deprecated.  The string representing the public identifier for this notation 
 declaration, if present;  nullotherwise. | 
| void | setSystemId(String systemId)Deprecated.  the URI reference representing the system identifier for the notation 
 declaration, if present,  nullotherwise. | 
cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefixString getSystemId()
null otherwise.void setSystemId(String systemId)
null otherwise.String getPublicId()
null otherwise.void setPublicId(String publicId)
null otherwise.Copyright © 2017 JBoss by Red Hat. All rights reserved.