📄 encodingattribute.java
字号:
// EncodingAttribute.java// $Id: EncodingAttribute.java,v 1.4 2002/06/09 11:27:24 ylafon Exp $// (c) COPYRIGHT MIT and INRIA, 1996.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.frames ;import org.w3c.tools.resources.Attribute;import org.w3c.tools.resources.StringAttribute;public class EncodingAttribute extends StringAttribute { public EncodingAttribute(String name, String def, int flags) { super(name, def, flags) ; this.type = "java.lang.String".intern(); } public EncodingAttribute() { super() ; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -