Class AbstractStaxXmlParser.SingleReference

  • Enclosing class:
    AbstractStaxXmlParser

    protected static class AbstractStaxXmlParser.SingleReference
    extends Object
    For unresolved forward references, the line number where the incorrect id appeared in an XML resource is needed, so the Value for the forward reference and the line number where the forward reference occurred must be saved until the end of the XML resource is encountered.
    • Constructor Detail

      • SingleReference

        public SingleReference​(org.eclipse.emf.ecore.EObject object,
                               org.eclipse.emf.ecore.EStructuralFeature feature,
                               Object value,
                               int position,
                               int lineNumber,
                               int columnNumber)
    • Method Detail

      • getObject

        public org.eclipse.emf.ecore.EObject getObject()
      • getFeature

        public org.eclipse.emf.ecore.EStructuralFeature getFeature()
      • getValue

        public Object getValue()
      • getPosition

        public int getPosition()
      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()