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


public interface SmNamespace<A,S>


Method Summary
 SmAttribute<A,S> getAttributeDeclaration(S name)
           
 SmAttributeGroup<A,S> getAttributeGroup(S name)
           
 SmElement<A,S> getElementDeclaration(S name)
           
 SmModelGroup<A,S> getModelGroup(S name)
           
 S getName()
           
 SmNotation<A,S> getNotation(S name)
           
 SmType<A,S> getTypeDefinition(S name)
           
 

Method Detail

getAttributeDeclaration

SmAttribute<A,S> getAttributeDeclaration(S name)

getAttributeGroup

SmAttributeGroup<A,S> getAttributeGroup(S name)

getElementDeclaration

SmElement<A,S> getElementDeclaration(S name)

getModelGroup

SmModelGroup<A,S> getModelGroup(S name)

getName

S getName()

getNotation

SmNotation<A,S> getNotation(S name)

getTypeDefinition

SmType<A,S> getTypeDefinition(S name)


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.