- initWithXMLString:
NSXMLDTDNode
object initialized with the DTD declaration in a given string.
与えられた文字列の中のDTD宣言で初期化されたNSXMLDTDNode
オブジェクトを返します。
Availability 有効性
Technology
@interface NSXMLDTDNode : NSXMLNode
NSXMLDTDNode
objects are the sole children of a NSXMLDTD
object (possibly along with comment nodes and processing-instruction nodes). They themselves cannot have any children.
NSXMLDTDNode
オブジェクトそれらは、NSXMLDTD
オブジェクトの単独の子孫です(おそらくコメントノードと処理指示ノードに加えて)。それらはそれら自身では何ら子を持てません。
NSXMLDTDNode
objects can be of four kinds—element, attribute-list, entity, or notation declaration—and can also be of a subkind, as specified by a NSXMLDTDNode
constant. For example, a DTD entity-declaration node could represent an unparsed entity declaration (NSXMLEntity
) rather than a parameter entity declaration (NSXMLEntity
). You can use a DTD node’s subkind to help determine how to handle the value of the node.
NSXMLDTDNode
オブジェクトは4つの種類 — 要素、属性リスト、エンティティ、または表記宣言 — が可能です、そしてまた下位種類も可能です、NSXMLDTDNode
定数で指定されるように。例えば、あるDTDエンティティ宣言ノードは、構文解析されないエンティティ宣言(NSXMLEntity
)を表すかもしれません、パラメータエンティティ宣言(NSXMLEntity
)よりむしろ。あなたはDTDノードの持つ下位種類を使って、ノードの値をどのように処理するか判定する助けにできます。
You can create an NSXMLDTDNode
object with the init
method, the NSXMLNode
class method DTDNode
, or with the NSXMLNode
initializer init
(in the latter method supplying the appropriate NSXMLNode
constant).
あなたは、NSXMLDTDNode
オブジェクトをinit
メソッド、NSXMLNode
のクラスメソッドDTDNode
で、またはNSXMLNode
のイニシャライザinit
で作成できます(後者のメソッドにおいて適切なNSXMLNode
定数を提供することで)。
Setting the object value or string value of an NSXMLDTDNode
objects affects different parts of different kinds of declaration. See the related programming topic for more information.
あるNSXMLDTDNode
オブジェクトのオブジェクト値または文字列値を設定することは、宣言の異なる種類の宣言の異なる部分に影響します。関連プログラミングトピックをさらなる情報のために見てください。
- initWithXMLString:
NSXMLDTDNode
object initialized with the DTD declaration in a given string.
与えられた文字列の中のDTD宣言で初期化されたNSXMLDTDNode
オブジェクトを返します。
DTDKind
setDTDKind:
isExternal
notationName
publicID
systemID
NSXMLDTDNodeKind
NSXMLDTDNode
object. You set the DTD-node kind using the setDTDKind: method.
NSXMLDTDNode
オブジェクトによって表されるDTD宣言の種類と下位種類を指定する定数それらに対して定義される型。あなたは、DTDノード種類をsetDTDKind:メソッドを使って設定します。
DTD Node Kind Constants
DTDノード種類定数
NSXMLDTDNode
object. You set the DTD-node kind using the setDTDKind: method.
NSXMLDTDNode
オブジェクトによって表されるDTD宣言の種類と下位種類を指定する定数それら。あなたは、DTDノード種類をsetDTDKind:メソッドを使って設定します。
NSXMLDTD
NSXMLDocument
NSXMLElement
NSXMLNode