Package org.eclipse.emf.ecore.xml.type

Examples of org.eclipse.emf.ecore.xml.type.XMLTypeDocumentRoot


     * <!-- end-user-doc -->
     * @generated
     */
    public XMLTypeDocumentRoot popXMLTypeDocumentRoot(XMLTypeDocumentRootStackFrame xmlTypeDocumentRoot)
    {
      XMLTypeDocumentRoot resultXMLTypeDocumentRootValue = xmlTypeDocumentRoot.popXMLTypeDocumentRoot();
      this.xmlTypeDocumentRoot = xmlTypeDocumentRoot;
      return resultXMLTypeDocumentRootValue;
    }
View Full Code Here


       * @generated
       */
      protected XMLTypeDocumentRoot popXMLTypeDocumentRoot()
      {
        pop();
        XMLTypeDocumentRoot resultXMLTypeDocumentRootValue = theXMLTypeDocumentRoot;
        theXMLTypeDocumentRoot = null;
        return resultXMLTypeDocumentRootValue;
      }
View Full Code Here

    if (!contents.isEmpty())
    {
      EObject eObject = contents.get(0);
      if (eObject instanceof XMLTypeDocumentRoot)
      {
        XMLTypeDocumentRoot documentRoot = (XMLTypeDocumentRoot)eObject;
        EList<EObject> rootContents = documentRoot.eContents();
        String rootElementName = null;
        String rootElementNamespace = null;
        if (!rootContents.isEmpty())
        {
          EObject root = rootContents.get(0);
View Full Code Here

      if (!contents.isEmpty())
      {
        EObject eObject = contents.get(0);
        if (eObject instanceof XMLTypeDocumentRoot)
        {
          XMLTypeDocumentRoot documentRoot = (XMLTypeDocumentRoot)eObject;
          EList<EObject> rootContents = documentRoot.eContents();
          if (!rootContents.isEmpty())
          {
            EObject root = rootContents.get(0);
            if (root instanceof AnyType)
            {
View Full Code Here

TOP

Related Classes of org.eclipse.emf.ecore.xml.type.XMLTypeDocumentRoot

Copyright © 2018 www.massapicom. 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.