Uses of Interface
org.apache.wsil.Abstract
Packages that use Abstract
-
Uses of Abstract in org.apache.wsil
Methods in org.apache.wsil that return AbstractModifier and TypeMethodDescriptionabstract AbstractWSILDocument.createAbstract()Create abstract element.Abstract[]WSILElementWithAbstract.getAbstracts()Get all abstracts for this element.Methods in org.apache.wsil with parameters of type AbstractModifier and TypeMethodDescriptionvoidWSILElementWithAbstract.addAbstract(Abstract abs) Add one abstract to this element.voidWSILElementWithAbstract.addAbstracts(Abstract[] abstracts) Add abstracts to this element. -
Uses of Abstract in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement AbstractModifier and TypeClassDescriptionclassThis class provides the support for the <abstract> element.Methods in org.apache.wsil.impl that return AbstractModifier and TypeMethodDescriptionWSILDocumentImpl.createAbstract()Create abstract element.Abstract[]WSILElementWithAbstractImpl.getAbstracts()Get all abstracts for this element.Methods in org.apache.wsil.impl with parameters of type AbstractModifier and TypeMethodDescriptionvoidWSILElementWithAbstractImpl.addAbstract(Abstract abs) Add one abstract to this element.voidWSILElementWithAbstractImpl.addAbstracts(Abstract[] array) Add abstracts to this element. -
Uses of Abstract in org.apache.wsil.xml
Methods in org.apache.wsil.xml that return AbstractModifier and TypeMethodDescriptionprotected AbstractXMLReader.parseAbstract(Element abstractElement, WSILElementWithAbstract wsilElement) Parse abstract element.