| 
|   | xml_parser (xml_allocator *alloc_) | 
|   | 
| char_t *  | parse_doctype_primitive (char_t *s) | 
|   | 
| char_t *  | parse_doctype_ignore (char_t *s) | 
|   | 
| char_t *  | parse_doctype_group (char_t *s, char_t endch) | 
|   | 
| char_t *  | parse_exclamation (char_t *s, xml_node_struct *cursor, unsigned int optmsk, char_t endch) | 
|   | 
| char_t *  | parse_question (char_t *s, xml_node_struct *&ref_cursor, unsigned int optmsk, char_t endch) | 
|   | 
| char_t *  | parse_tree (char_t *s, xml_node_struct *root, unsigned int optmsk, char_t endch) | 
|   | 
Definition at line 2916 of file pugixml.cpp.
 
  
  
      
        
          | static bool xml_parser::has_element_node_siblings  | 
          ( | 
          xml_node_struct *  | 
          node | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static xml_parse_result xml_parser::parse  | 
          ( | 
          char_t *  | 
          buffer,  | 
         
        
           | 
           | 
          size_t  | 
          length,  | 
         
        
           | 
           | 
          xml_document_struct *  | 
          xmldoc,  | 
         
        
           | 
           | 
          xml_node_struct *  | 
          root,  | 
         
        
           | 
           | 
          unsigned int  | 
          optmsk  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | char_t* xml_parser::parse_exclamation  | 
          ( | 
          char_t *  | 
          s,  | 
         
        
           | 
           | 
          xml_node_struct *  | 
          cursor,  | 
         
        
           | 
           | 
          unsigned int  | 
          optmsk,  | 
         
        
           | 
           | 
          char_t  | 
          endch  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | char_t* xml_parser::parse_question  | 
          ( | 
          char_t *  | 
          s,  | 
         
        
           | 
           | 
          xml_node_struct *&  | 
          ref_cursor,  | 
         
        
           | 
           | 
          unsigned int  | 
          optmsk,  | 
         
        
           | 
           | 
          char_t  | 
          endch  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | char_t* xml_parser::error_offset | 
        
      
 
 
The documentation for this struct was generated from the following file: