Class EntityDef
Package :
xml
Represents the definition of an entity.
Source
Class summary
Methods defined in this class
get_external_id()
get_notation()
get_string()
to_string()
Variables defined in this class
external_id
in_ext_subset
notation
str
Method detail
get_external_id()
Get the ExternalID declared; returns null for an iternal entity.
Source
get_notation()
Get the NOTATION declaration (if any). This indicates that this is an unparsed entity.
Source
get_string()
Get the string value; returns null for an external entity.
Source
to_string()
Get a string representation of this object.
Source
Variable detail
external_id
in_ext_subset
notation
str