| java.lang.Object org.apache.xerces.impl.xs.XSNotationDecl
XSNotationDecl | public class XSNotationDecl implements XSNotationDeclaration(Code) | | The XML representation for a NOTATION declaration
schema component is a global <notation> element information item
author: Rahul Srivastava, Sun Microsystems Inc. version: $Id: XSNotationDecl.java 449424 2006-09-24 16:22:30Z mrglavas $ |
getName | public String getName()(Code) | | The name of this XSObject depending on the
XSObject type.
|
getNamespace | public String getNamespace()(Code) | | The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components.
|
getPublicId | public String getPublicId()(Code) | | Optional if {system identifier} is present. A public identifier,
as defined in [XML 1.0 (Second Edition)].
|
getSystemId | public String getSystemId()(Code) | | Optional if {public identifier} is present. A URI reference.
|
getType | public short getType()(Code) | | Get the type of the object, i.e ELEMENT_DECLARATION.
|
|
|