Examples of ExtensibleElement

Because it is impossible to cover all of the HTML/JSON/Text output cases for ExtensibleElements, DDMSence will simply print out the existence of extensible elements at the Resource level:

Details about the XOM Element class can be found at: http://www.xom.nu/apidocs/index.html?nu/xom/Element.html

{@table.header History}

In DDMS 2.0, only one element is allowed on the resource. In DDMS 3.0 - 4.1, zero to many may appear. The ExtensibleElement extension point was removed in DDMS 5.0.

{@table.footer}{@table.header Nested Elements}{@child.info any:<extensibleElements>|0..1|10000}{@child.info any:<extensibleElements>|0..*|01110}{@table.footer}{@table.header Attributes}None. {@table.footer}{@table.header Validation Rules}{@ddms.rule An extensible element must not be in the DDMS namespace.|Error|11111}{@table.footer} @author Brian Uri! @since 1.1.0
  • org.apache.abdera.model.ExtensibleElement
    An abstract element that can be extended with namespaced child elements
  • org.eclipse.bpel.model.ExtensibleElement
    A representation of the model object 'Extensible Element'.

    The following features are supported:

    @see org.eclipse.bpel.model.BPELPackage#getExtensibleElement() @model @generated

  • Examples of org.eclipse.bpel.model.ExtensibleElement

            if (result == null) result = caseIExtensibilityElement(branches);
            if (result == null) result = defaultCase(theEObject);
            return result;
          }
          case BPELPackage.EXTENSIBLE_ELEMENT: {
            ExtensibleElement extensibleElement = (ExtensibleElement)theEObject;
            Object result = caseExtensibleElement(extensibleElement);
            if (result == null) result = caseExtensibleElement_1(extensibleElement);
            if (result == null) result = caseWSDLElement(extensibleElement);
            if (result == null) result = defaultCase(theEObject);
            return result;
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.