JavaTM Platform
Standard Ed. 6

javax.swing.text.html.parser
インタフェース DTDConstants

既知の実装クラスの一覧:
AttributeList, DocumentParser, DTD, Element, Entity, Parser

public interface DTDConstants

DTD で使用される SGML 定数です。定数の名前は、『The SGML Handbook』(Charles F. Goldfarb 著) に記述されている、同等な SGML 構成要素に対応します。

関連項目:
DTD, Element

フィールドの概要
static int ANY
           
static int CDATA
           
static int CONREF
           
static int CURRENT
           
static int DEFAULT
           
static int EMPTY
           
static int ENDTAG
           
static int ENTITIES
           
static int ENTITY
           
static int FIXED
           
static int GENERAL
           
static int ID
           
static int IDREF
           
static int IDREFS
           
static int IMPLIED
           
static int MD
           
static int MODEL
           
static int MS
           
static int NAME
           
static int NAMES
           
static int NMTOKEN
           
static int NMTOKENS
           
static int NOTATION
           
static int NUMBER
           
static int NUMBERS
           
static int NUTOKEN
           
static int NUTOKENS
           
static int PARAMETER
           
static int PI
           
static int PUBLIC
           
static int RCDATA
           
static int REQUIRED
           
static int SDATA
           
static int STARTTAG
           
static int SYSTEM
           
 

フィールドの詳細

CDATA

static final int CDATA
関連項目:
定数フィールド値

ENTITY

static final int ENTITY
関連項目:
定数フィールド値

ENTITIES

static final int ENTITIES
関連項目:
定数フィールド値

ID

static final int ID
関連項目:
定数フィールド値

IDREF

static final int IDREF
関連項目:
定数フィールド値

IDREFS

static final int IDREFS
関連項目:
定数フィールド値

NAME

static final int NAME
関連項目:
定数フィールド値

NAMES

static final int NAMES
関連項目:
定数フィールド値

NMTOKEN

static final int NMTOKEN
関連項目:
定数フィールド値

NMTOKENS

static final int NMTOKENS
関連項目:
定数フィールド値

NOTATION

static final int NOTATION
関連項目:
定数フィールド値

NUMBER

static final int NUMBER
関連項目:
定数フィールド値

NUMBERS

static final int NUMBERS
関連項目:
定数フィールド値

NUTOKEN

static final int NUTOKEN
関連項目:
定数フィールド値

NUTOKENS

static final int NUTOKENS
関連項目:
定数フィールド値

RCDATA

static final int RCDATA
関連項目:
定数フィールド値

EMPTY

static final int EMPTY
関連項目:
定数フィールド値

MODEL

static final int MODEL
関連項目:
定数フィールド値

ANY

static final int ANY
関連項目:
定数フィールド値

FIXED

static final int FIXED
関連項目:
定数フィールド値

REQUIRED

static final int REQUIRED
関連項目:
定数フィールド値

CURRENT

static final int CURRENT
関連項目:
定数フィールド値

CONREF

static final int CONREF
関連項目:
定数フィールド値

IMPLIED

static final int IMPLIED
関連項目:
定数フィールド値

PUBLIC

static final int PUBLIC
関連項目:
定数フィールド値

SDATA

static final int SDATA
関連項目:
定数フィールド値

PI

static final int PI
関連項目:
定数フィールド値

STARTTAG

static final int STARTTAG
関連項目:
定数フィールド値

ENDTAG

static final int ENDTAG
関連項目:
定数フィールド値

MS

static final int MS
関連項目:
定数フィールド値

MD

static final int MD
関連項目:
定数フィールド値

SYSTEM

static final int SYSTEM
関連項目:
定数フィールド値

GENERAL

static final int GENERAL
関連項目:
定数フィールド値

DEFAULT

static final int DEFAULT
関連項目:
定数フィールド値

PARAMETER

static final int PARAMETER
関連項目:
定数フィールド値

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。