org.gxml.xs
Interface SmNotation<A,S>

All Superinterfaces:
SmComponent<A,S>

public interface SmNotation<A,S>
extends SmComponent<A,S>

Notation


Method Summary
 java.lang.String getPublicId()
          Returns the notation's {public identifier} property.
 java.net.URI getSystemId()
          Returns the notation's {system identifier} property.
 
Methods inherited from interface org.gxml.xs.SmComponent
getLocalName, getName, getScope, getTargetNamespace, isAnonymous
 

Method Detail

getSystemId

java.net.URI getSystemId()
Returns the notation's {system identifier} property. Optional if {public identifier} is present. Must be a valid URI reference.


getPublicId

java.lang.String getPublicId()
Returns the notation's {public identifier} property. Optional if {system identifier} is present. Must be valid per ISO 8879.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.