Syntax
struct AttributeData;
Description
store the type and value of an XML attribute
inside a XNameContainer
Field Summary
|
Namespace |
the namespace of this XML attribute, This string can be empty if you are
not using namespaces
|
|
Type |
the type of this XML attribute. For non validating parsers this must
be CDATA
|
|
Value |
the string value of this XML attribute.
|
|
Field Details
|
|
Syntax
string Namespace;
Description
the namespace of this XML attribute, This string can be empty if you are
not using namespaces
Syntax
string Type;
Description
the type of this XML attribute. For non validating parsers this must
be CDATA
Syntax
string Value;
Description
the string value of this XML attribute.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.