Uses of Interface
org.openxma.dsl.dom.model.IElementWithNoName

Packages that use IElementWithNoName
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of IElementWithNoName in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return IElementWithNoName
 IElementWithNoName DomFactory.createIElementWithNoName()
          Returns a new object of class 'IElement With No Name'.
 

Uses of IElementWithNoName in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement IElementWithNoName
 class IElementWithNoNameImpl
          An implementation of the model object 'IElement With No Name'.
 

Methods in org.openxma.dsl.dom.model.impl that return IElementWithNoName
 IElementWithNoName DomFactoryImpl.createIElementWithNoName()
           
 

Uses of IElementWithNoName in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type IElementWithNoName
 T DomSwitch.caseIElementWithNoName(IElementWithNoName object)
          Returns the result of interpreting the object as an instance of 'IElement With No Name'.
 



Copyright © 2013. All Rights Reserved.