src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/qname.java

Print this page




 126         $uri = $__uri;
 127         $localName = $__local;
 128         $qname = $__qname;
 129         switch($_ngcc_current_state) {
 130         case 0:
 131             {
 132                 revertToParentFromLeaveAttribute($runtime.parseUName(qvalue), super._cookie, $__uri, $__local, $__qname);
 133             }
 134             break;
 135         default:
 136             {
 137                 unexpectedLeaveAttribute($__qname);
 138             }
 139             break;
 140         }
 141     }
 142 
 143     public void text(String $value) throws SAXException {
 144         int $ai;
 145         switch($_ngcc_current_state) {
 146         case 1:
 147             {
 148                 qvalue = $value;
 149                 $_ngcc_current_state = 0;
 150             }
 151             break;
 152         case 0:
 153             {
 154                 revertToParentFromText($runtime.parseUName(qvalue), super._cookie, $value);

 155             }
 156             break;
 157         }
 158     }
 159 
 160     public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__)throws SAXException {
 161         switch($__cookie__) {
 162         }
 163     }
 164 
 165     public boolean accepted() {
 166         return(($_ngcc_current_state == 0));
 167     }
 168 
 169 
 170 }


 126         $uri = $__uri;
 127         $localName = $__local;
 128         $qname = $__qname;
 129         switch($_ngcc_current_state) {
 130         case 0:
 131             {
 132                 revertToParentFromLeaveAttribute($runtime.parseUName(qvalue), super._cookie, $__uri, $__local, $__qname);
 133             }
 134             break;
 135         default:
 136             {
 137                 unexpectedLeaveAttribute($__qname);
 138             }
 139             break;
 140         }
 141     }
 142 
 143     public void text(String $value) throws SAXException {
 144         int $ai;
 145         switch($_ngcc_current_state) {
 146         case 0:
 147             {
 148                 revertToParentFromText($runtime.parseUName(qvalue), super._cookie, $value);

 149             }
 150             break;
 151         case 1:
 152             {
 153                 qvalue = $value;
 154                 $_ngcc_current_state = 0;
 155             }
 156             break;
 157         }
 158     }
 159 
 160     public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__)throws SAXException {
 161         switch($__cookie__) {
 162         }
 163     }
 164 
 165     public boolean accepted() {
 166         return(($_ngcc_current_state == 0));
 167     }
 168 
 169 
 170 }