|
Returns the high surrogate of a supplemental character
|
|
Returns AXIS2_TRUE if the specified character can be considered content.
|
|
Returns whether the given character is a high surrogate
|
|
Returns AXIS2_TRUE if the specified character is invalid.
|
|
Returns whether the given character is a low surrogate
|
|
Returns AXIS2_TRUE if the specified character can be considered markup. Markup characters include '<', '&', and ''.
|
|
Returns AXIS2_TRUE if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
|
|
Returns AXIS2_TRUE if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
|
|
Returns AXIS2_TRUE if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
|
|
Returns AXIS2_TRUE if the specified character is a valid nc_name start character as defined by production [4] in Namespaces in XML recommendation.
|
|
Returns AXIS2_TRUE if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
|
|
Returns AXIS2_TRUE if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
|
|
Returns AXIS2_TRUE if the specified character is a supplemental character.
|
|
Returns AXIS2_TRUE if the specified character is valid. This method also checks the surrogate character range from 0x10000 to 0x10FFFF.
If the program chooses to apply the mask directly to the
|
|
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
|
|
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
|
|
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
|
|
Returns AXIS2_TRUE if the specified character is a space character as amdended in the XML 1.1 specification.
|
|
Returns the low surrogate of a supplemental character
|
|
Returns AXIS2_TRUE the supplemental character corresponding to the given surrogates.
|