|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
public interface ASNotationDeclaration
Field Summary |
---|
Fields inherited from interface org.apache.xerces.dom3.as.ASObject |
---|
AS_ATTRIBUTE_DECLARATION, AS_CONTENTMODEL, AS_ELEMENT_DECLARATION, AS_ENTITY_DECLARATION, AS_MODEL, AS_NOTATION_DECLARATION |
Method Summary | |
---|---|
java.lang.String |
getPublicId()
Deprecated. The string representing the public identifier for this notation declaration, if present; null otherwise. |
java.lang.String |
getSystemId()
Deprecated. the URI reference representing the system identifier for the notation declaration, if present, null otherwise. |
void |
setPublicId(java.lang.String publicId)
Deprecated. The string representing the public identifier for this notation declaration, if present; null otherwise. |
void |
setSystemId(java.lang.String systemId)
Deprecated. the URI reference representing the system identifier for the notation declaration, if present, null otherwise. |
Methods inherited from interface org.apache.xerces.dom3.as.ASObject |
---|
cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefix |
Method Detail |
---|
java.lang.String getSystemId()
null
otherwise.
void setSystemId(java.lang.String systemId)
null
otherwise.
java.lang.String getPublicId()
null
otherwise.
void setPublicId(java.lang.String publicId)
null
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |