top level element is not completed

Posted starskyhu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了top level element is not completed相关的知识,希望对你有一定的参考价值。

今天在使用IDEA配置springmvc文件时,出现类似在Android studio 中样式文件报top level element is not completed错,郁闷极了,找了好久 才找到解决方案,问题解决了  然而并没有理解为什么 ,希望有大神可以帮回复。问题类似如下:

<resources>
    <!-- Base application theme. -->
    <style name="AppTheme" parent=""Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
    </style>
</resources>

在上面代码中“Theme.AppCompat.Light.DarkActionBar”会出现红线的下划线,用鼠标移动到右边红色错误标记处,会有“top level element is not completed。。。。”字样的错误提示。 
选择中出现红色下划线的“Theme.AppCompat.Light.DarkActionBar”部分(不包括双引号); 
再按Alt+Enter键; 
然后依次选择Un-inject Language/Reference即可
技术分享
如上图所示,因为我的问题解决了,所以按Alt+Enter键后,有两个选项没出现,若没解决会出现4个选择,Un-inject Language是第4个选择。

以上是关于top level element is not completed的主要内容,如果未能解决你的问题,请参考以下文章

JAXB - Annotations, Top-level Elements: XmlRootElement

swift错误 Expressions are not allowed at the top level

关于报错stale element reference: element is not attach

element.dispatchEvent is not a function的解决

Eclipse运行自动化脚本报错: invalid element state: Element is not currently interactable and may not be manipu

参考:(Java Selenium)Element is not visible to clcik