case cdataAttribute
Identifies an attribute-list declaration with a
CDATA
(character data) value type.
CDATA
(文字データ)値型を持つ属性リスト宣言を識別します。
case entitiesAttribute
Identifies an attribute-list declaration with an
ENTITIES
value type (refers to multiple unparsed entities declared elsewhere in document).
ENTITIES
値型(書類においてどこか余所で宣言された複数の構文解析されないエンティティを参照します)を持つ属性リスト宣言を識別します。
case entityAttribute
Identifies an attribute-list declaration with an
ENTITY
value type (refers to unparsed entity declared in document).
ENTITY
値型(書類において宣言された構文解析されないエンティティを参照します)を持つ属性リスト宣言を識別します。
case enumerationAttribute
Identifies an attribute-list declaration with an enumeration value type (list of all possible values).
列挙値型(全ての可能な値のリスト)を持つ属性リスト宣言を識別します。
case idAttribute
Identifies an attribute-list declaration with an
ID
value type (per-document unique element name).
ID
値型(書類ごとの特有要素名)を持つ属性リスト宣言を識別します。
case idRefAttribute
Identifies an attribute-list declaration with an
IDREF
value type (refers to element ID
type).
IDREF
値型(要素ID
型を参照します)を持つ属性リスト宣言を識別します。
case idRefsAttribute
Identifies an attribute-list declaration with an
IDREFS
value type (refers to multiple elements of ID
type).
IDREFS
値型(ID
型の複数の要素を参照します)を持つ属性リスト宣言を識別します。
case nmTokenAttribute
Identifies an attribute-list declaration with a
NMTOKEN
value type (name token).
NMTOKEN
値型(名前トークン)を持つ属性リスト宣言を識別します。
case nmTokensAttribute
Identifies an attribute-list declaration with a
NMTOKENS
value type (multiple name tokens)
NMTOKENS
値型(複数の名前トークン)を持つ属性リスト宣言を識別します。
case notationAttribute
Identifies an attribute-list declaration with a
NOTATION
value type (name of declared notation).
NOTATION
値型(宣言された表記法の名前)を持つ属性リスト宣言を識別します。
case anyDeclaration
Identifies an
ANY
element declaration.
ANY
要素宣言を識別します。
case elementDeclaration
Identifies a declaration of an element with child elements.
子要素を持つ要素の宣言を識別します。
case emptyDeclaration
Identifies a declaration (
EMPTY
) of an empty element.
空要素の宣言(EMPTY
)を識別します。
case mixedDeclaration
Identifies a declaration of an element with mixed content (
(#PCDATA | child)
).
混合された内容((#PCDATA | child)
)を持つ要素の宣言を識別します。
case undefinedDeclaration
Identifies an undefined element declaration.
未定義要素宣言を識別します。
case general
Identifies a general entity declaration.
一般エンティティ宣言を識別します。
case parameter
Identifies a parameter entity declaration.
パラメータエンティティ宣言を識別します。
case parsed
Identifies a parsed entity declaration.
構文解析されたエンティティ宣言を識別します。
case predefined
Identifies a predefined entity declaration.
あらかじめ定義されたエンティティ宣言を識別します。
case unparsed
Identifies an unparsed entity declaration.
構文解析されないエンティティ宣言を識別します。