labelresource.java
来自「xbrlapi的源码」· Java 代码 · 共 23 行
JAVA
23 行
package org.xbrlapi;
import org.xbrlapi.utilities.XBRLException;
/**
* @author Geoffrey Shuetrim (geoff@galexy.net)
*/
public interface LabelResource extends MixedContentResource {
/**
* Get the value of the XHTML resource as a text string,
* @return the value of the XHTML resource as a text string
* with the XHTML markup replaced by spaces and with leading, trailing
* and double spaces removed.
* @throws XBRLException
*/
public String getStringValue() throws XBRLException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?