Lines Matching refs:xmlE

626 OUString getErrorMessage( XML_Error xmlE, OUString sSystemId , sal_Int32 nLine )  in getErrorMessage()  argument
629 if( XML_ERROR_NONE == xmlE ) { in getErrorMessage()
632 else if( XML_ERROR_NO_MEMORY == xmlE ) { in getErrorMessage()
635 else if( XML_ERROR_SYNTAX == xmlE ) { in getErrorMessage()
638 else if( XML_ERROR_NO_ELEMENTS == xmlE ) { in getErrorMessage()
641 else if( XML_ERROR_INVALID_TOKEN == xmlE ) { in getErrorMessage()
644 else if( XML_ERROR_UNCLOSED_TOKEN == xmlE ) { in getErrorMessage()
647 else if( XML_ERROR_PARTIAL_CHAR == xmlE ) { in getErrorMessage()
650 else if( XML_ERROR_TAG_MISMATCH == xmlE ) { in getErrorMessage()
653 else if( XML_ERROR_DUPLICATE_ATTRIBUTE == xmlE ) { in getErrorMessage()
656 else if( XML_ERROR_JUNK_AFTER_DOC_ELEMENT == xmlE ) { in getErrorMessage()
659 else if( XML_ERROR_PARAM_ENTITY_REF == xmlE ) { in getErrorMessage()
662 else if( XML_ERROR_UNDEFINED_ENTITY == xmlE ) { in getErrorMessage()
665 else if( XML_ERROR_RECURSIVE_ENTITY_REF == xmlE ) { in getErrorMessage()
668 else if( XML_ERROR_ASYNC_ENTITY == xmlE ) { in getErrorMessage()
671 else if( XML_ERROR_BAD_CHAR_REF == xmlE ) { in getErrorMessage()
674 else if( XML_ERROR_BINARY_ENTITY_REF == xmlE ) { in getErrorMessage()
677 else if( XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF == xmlE ) { in getErrorMessage()
680 else if( XML_ERROR_MISPLACED_XML_PI == xmlE ) { in getErrorMessage()
683 else if( XML_ERROR_UNKNOWN_ENCODING == xmlE ) { in getErrorMessage()
686 else if( XML_ERROR_INCORRECT_ENCODING == xmlE ) { in getErrorMessage()
689 else if( XML_ERROR_UNCLOSED_CDATA_SECTION == xmlE ) { in getErrorMessage()
692 else if( XML_ERROR_EXTERNAL_ENTITY_HANDLING == xmlE ) { in getErrorMessage()
695 else if( XML_ERROR_NOT_STANDALONE == xmlE ) { in getErrorMessage()
741 XML_Error xmlE = XML_GetErrorCode( getEntity().pParser ); in parse() local
746 getErrorMessage(xmlE , sSystemId, nLine) , in parse()