Class AttributeStructuralFeatureAllocator


  • public class AttributeStructuralFeatureAllocator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> allocate​(java.util.List<java.lang.String> values, java.util.List<java.lang.String> slots)  
      java.util.Map<org.w3c.dom.Node,​org.eclipse.emf.ecore.EStructuralFeature> allocate​(org.w3c.dom.NamedNodeMap attributes, java.util.List<org.eclipse.emf.ecore.EStructuralFeature> structuralFeatures)  
      protected java.lang.String removePrefix​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeStructuralFeatureAllocator

        public AttributeStructuralFeatureAllocator()
    • Method Detail

      • allocate

        public java.util.Map<org.w3c.dom.Node,​org.eclipse.emf.ecore.EStructuralFeature> allocate​(org.w3c.dom.NamedNodeMap attributes,
                                                                                                       java.util.List<org.eclipse.emf.ecore.EStructuralFeature> structuralFeatures)
      • allocate

        public java.util.Map<java.lang.String,​java.lang.String> allocate​(java.util.List<java.lang.String> values,
                                                                               java.util.List<java.lang.String> slots)
      • removePrefix

        protected java.lang.String removePrefix​(java.lang.String str)