Xml.Tree – libxml-2.0 Reference Manual
Packages
libxml-2.0
Xml
Tree
get_compress_mode
is_xhtml
set_compress_mode
validate_attribute_value
validate_name
validate_name_value
validate_names_value
validate_nc_name
validate_nm_token
validate_nm_token_value
validate_nm_tokens_value
validate_q_name
Xml.Tree
Description:
Content:
Functions:
public
int
get_compress_mode
()
public
int
is_xhtml
(
string
system_id,
string
public_id)
public
void
set_compress_mode
(
int
mode)
public
int
validate_attribute_value
(
AttributeType
type,
string
value)
public
int
validate_name
(
string
name,
bool
trim_spaces =
false
)
public
int
validate_name_value
(
string
value)
public
int
validate_names_value
(
string
value)
public
int
validate_nc_name
(
string
value,
bool
trim_spaces =
false
)
public
int
validate_nm_token
(
string
value,
bool
trim_spaces =
false
)
public
int
validate_nm_token_value
(
string
value)
public
int
validate_nm_tokens_value
(
string
value)
public
int
validate_q_name
(
string
value,
bool
trim_spaces =
false
)