Class UpilEdmxDataServiceElementParserImpl

    • Constructor Detail

      • UpilEdmxDataServiceElementParserImpl

        public UpilEdmxDataServiceElementParserImpl()
    • Method Detail

      • parse

        public void parse​(javax.xml.stream.events.StartElement startElement,
                          javax.xml.stream.XMLEventReader xmlEventReader)
                   throws javax.xml.stream.XMLStreamException
        Description copied from interface: UpilEdmxDataServiceElementParser
        To parse edmx DataService element
        Specified by:
        parse in interface UpilEdmxDataServiceElementParser
        Parameters:
        startElement - DataService start element
        xmlEventReader - The XMLEventReader
        Throws:
        javax.xml.stream.XMLStreamException - Throws XMLStreamException
      • getMaxVersion

        public java.lang.String getMaxVersion()
      • getVersion

        public java.lang.String getVersion()
      • getDataServiceVersion

        public static java.lang.String getDataServiceVersion()
      • getMaxDataServiceVersion

        public static java.lang.String getMaxDataServiceVersion()
      • getqName

        public javax.xml.namespace.QName getqName()
      • getAttributes

        public java.util.List<javax.xml.stream.events.Attribute> getAttributes()