22 references to xmlCharType
System.Xml (22)
System\Xml\Schema\DtdParser.cs (13)
304
if ( ( i =
xmlCharType
.IsOnlyCharData( systemId ) ) >= 0 ) {
312
if ( ( i =
xmlCharType
.IsPublicId( publicId ) ) >= 0 ) {
1538
if ( ( i =
xmlCharType
.IsPublicId( publicId ) ) >= 0 ) {
1619
if ( !
xmlCharType
.IsWhiteSpace( chars[curPos+1] ) ) {
2328
while ( (
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fAttrValue ) != 0 && chars[curPos] != '%' ) {
2664
chars[curPos+5] != 'E' ||
xmlCharType
.IsNameSingleChar( chars[curPos+6] )
2678
xmlCharType
.IsNameSingleChar( chars[curPos + 5] )
2721
while ( (
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fText ) != 0 && chars[curPos] != ']' ) {
2834
if ( (
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fNCStartNameSC ) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsStartNCNameSingleChar(chars[curPos]) || chars[curPos] == ':' ) {
2864
if ( (
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fNCNameSC ) != 0 ) { // while ( xmlCharType.IsNCNameSingleChar(chars[curPos]) ) {
2932
if ((
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fNCNameSC) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsNCNameChar(chars[curPos]) || chars[curPos] == ':' ) {
3310
if (
xmlCharType
.IsNCNameSingleChar( chars[startPos] )
3318
if (
xmlCharType
.IsNCNameSingleChar( chars[endPos] ) ) {
System\Xml\Schema\DtdParserAsync.cs (9)
1152
if ( ( i =
xmlCharType
.IsPublicId( publicId ) ) >= 0 ) {
1236
if ( !
xmlCharType
.IsWhiteSpace( chars[curPos+1] ) ) {
1785
while ((
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fAttrValue) != 0 && chars[curPos] != '%') {
2104
chars[curPos+5] != 'E' ||
xmlCharType
.IsNameSingleChar( chars[curPos+6] )
2118
xmlCharType
.IsNameSingleChar( chars[curPos + 5] )
2152
while ((
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fText) != 0 && chars[curPos] != ']') {
2266
if ((
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fNCStartNameSC) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsStartNCNameSingleChar(chars[curPos]) || chars[curPos] == ':' ) {
2298
if ((
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fNCNameSC) != 0) { // while ( xmlCharType.IsNCNameSingleChar(chars[curPos]) ) {
2366
if ((
xmlCharType
.charProperties[chars[curPos]] & XmlCharType.fNCNameSC) != 0 || chars[curPos] == ':') { // if ( xmlCharType.IsNCNameChar(chars[curPos]) || chars[curPos] == ':' ) {